Skip to content

Commit

Permalink
doh. commit missing test fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Fuchs committed Oct 28, 2010
1 parent 25fc43c commit 20c14d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
routing-filter (0.1.7)
routing-filter (0.2.0)
actionpack

GEM
Expand Down
6 changes: 3 additions & 3 deletions test/filters/all_filters_test.rb
Expand Up @@ -16,10 +16,10 @@ def setup
@uuid = 'd00fbbd1-82b6-4c1a-a57d-098d529d6854'

@routes = draw_routes do
filter :extension, :locale, :pagination, :uuid
filter :uuid, :pagination ,:locale, :extension
match 'some', :to => 'some#index'
end
end

include Recognition, Generation
end
end
2 changes: 1 addition & 1 deletion test/rails_3_test.rb
Expand Up @@ -15,7 +15,7 @@ class Rails3Test < Test::Unit::TestCase
app.config.active_support.deprecation = :log
app.routes.draw do
match "/" => "rails3_test/tests#index"
filter :extension, :locale, :pagination, :uuid
filter :uuid, :pagination ,:locale, :extension
end
app.initialize!
end
Expand Down

0 comments on commit 20c14d5

Please sign in to comment.