Skip to content

Commit

Permalink
Minor fix for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
al6x committed Jun 12, 2014
1 parent 797f7b7 commit fabdd64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name" : "mono",
"main" : "./monojs",
"version" : "1.3.5",
"version" : "1.3.6",
"homepage" : "http://monojs.org",
"dependencies" : {
"coffee-script" : "1.6.2",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -3,6 +3,6 @@ Ruby on Rails clone in NodeJS http://monojs.org
Contributors

- Sake Buhayda
- Alex Craft
- Alex Craft (Alexey Petrushin)

Copyright (c) Sinizina Irina, released under the MIT license.
2 changes: 1 addition & 1 deletion test/components/router.coffee
Expand Up @@ -193,7 +193,7 @@ describe "Router", ->
['userPostCommentsPath', ['u1', 'p1'], '/users/u1/posts/p1/comments']
]

it.only "should order routes properly", ->
it "should order routes properly", ->
@router.resource 'posts', (posts) ->
posts.member 'post', action: 'publish'
posts.collection 'get', action: 'count'
Expand Down

0 comments on commit fabdd64

Please sign in to comment.