Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Sep 28, 2017
1 parent cf6d0c0 commit 4e7dd87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/js_routes/rails_routes_compatibility_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,6 @@
expect(evaljs("Routes.inbox_message_path(5, {id: 7, q: 'hello', _options: true})")).to eq(test_routes.inbox_message_path(5, id: 7, q: 'hello'))
end

it "should check for options special key" do
end

it "should support 0 as an id option" do
expect(evaljs("Routes.inbox_path({id: 0})")).to eq(test_routes.inbox_path(0))
end
Expand Down

0 comments on commit 4e7dd87

Please sign in to comment.