Skip to content

Commit

Permalink
Use a 'real' bogus number string for the Time parsing error test. mkt…
Browse files Browse the repository at this point in the history
…ime() on different OSs disagree about the invalidity of "1000" as a time
  • Loading branch information
timfel committed Jun 9, 2011
1 parent 34b48ea commit 7ce7dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ def obj.is_a?(thing) 60.is_a?(thing) end
end

get '/boom' do
expires '1000'
expires '9999'
end
end
end
Expand Down

0 comments on commit 7ce7dc9

Please sign in to comment.