Skip to content

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuddy committed Sep 9, 2010
1 parent 3a9483f commit 9dc8fef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/recognize_spec.rb
Expand Up @@ -392,7 +392,6 @@
@router.add('/:var1-:var2-:var3-:var4-:var5-:var6').to(:test6)
@router.recognize(Rack::MockRequest.env_for('/one')).dest.should == :test1
@router.recognize(Rack::MockRequest.env_for('/one-value')).dest.should == :test2
p @router.recognize(Rack::MockRequest.env_for('/one-value-time')).params_as_hash
@router.recognize(Rack::MockRequest.env_for('/one-value-time')).dest.should == :test3
@router.recognize(Rack::MockRequest.env_for('/one-value-time-one')).dest.should == :test4
@router.recognize(Rack::MockRequest.env_for('/one-value-time-one-variable')).dest.should == :test5
Expand Down

0 comments on commit 9dc8fef

Please sign in to comment.