Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
purge committed Dec 30, 2013
1 parent 6a3076c commit ced94b5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ Start:
✓ Should be chainable
methods
URI parts for http://user:[email protected]:3000/a/b/c?d=1&e=1&d=1#fragment
stringify()
✓ should stringify back to source representation
toString()
✓ should toString back to source representation
scheme()
✓ should return scheme ( http )
user_info()
✓ should return user info ( user:pass )
✓ should return userinfo ( user:pass )
host()
✓ should return host ( www.example.com )
port()
✓ should return port ( 3000 )
path()
path_to_string()
✓ should return path ( /a/b/c )
fragment()
✓ should return fragment ( fragment )
query
query_stringify()
✓ should stringify back to source representation
query_to_string()
✓ should to_string back to source representation
query_get()
✓ should return the query dictionary containing the first value of multis
query_get_all()
Expand All @@ -62,6 +62,7 @@ Start:
✓ should merge multiple values too, preserving order
path
path_parts()
✓ should set path
✓ should return array of path parts
path_to_dir()
✓ should return the path without script
Expand All @@ -77,10 +78,9 @@ Start:
clone()
✓ should clone the url
Finished in 0.003 secs
Finished in 0.005 secs
SUMMARY:
✓ 87 tests completed
- 12 tests skipped
✓ 30 tests completed
- 4 tests skipped
```

0 comments on commit ced94b5

Please sign in to comment.