Skip to content

Commit

Permalink
Write a test that doesn't suck
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed May 5, 2012
1 parent 0e4df80 commit d475033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/activesupport_instrumentation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def subscribed(callback, *args, &block)
FactoryGirl.build(:slow_user)
end

time_to_execute.should be_within(0.03).of(0.1)
time_to_execute.should >= 0.1
end

it "builds the correct payload" do
Expand Down

0 comments on commit d475033

Please sign in to comment.