Skip to content

Commit

Permalink
RUBY-891 why did this suddenly break in rails2[0|1]?
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarg authored and rsaul committed Oct 9, 2012
1 parent dfeca16 commit 215f75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/new_relic/agent/browser_monitoring_test.rb
Expand Up @@ -238,7 +238,7 @@ def test_clamp_to_positive
def test_browser_monitoring_app_time_nonzero
start = Time.now
self.expects(:browser_monitoring_start_time).returns(start - 1)
Time.expects(:now).returns(start)
Time.stubs(:now).returns(start)
assert_equal(1000, browser_monitoring_app_time, 'should return a rounded time')
end

Expand Down

0 comments on commit 215f75e

Please sign in to comment.