Skip to content

Commit

Permalink
klass not used in tests produces warnings, silence these warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitarondekar committed Mar 3, 2012
1 parent 1b661c6 commit 75de9dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_router.rb
Expand Up @@ -34,7 +34,6 @@ def ip; env['REMOTE_ADDR']; end
end

def test_dashes
klass = FakeRequestFeeler.new nil
router = Router.new(routes, {})

exp = Router::Strexp.new '/foo-bar-baz', {}, ['/.?']
Expand All @@ -51,7 +50,6 @@ def test_dashes
end

def test_unicode
klass = FakeRequestFeeler.new nil
router = Router.new(routes, {})

#match the escaped version of /ほげ
Expand Down

0 comments on commit 75de9dc

Please sign in to comment.