Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Commit

Permalink
Adjust spec for game speed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Peplin committed Nov 3, 2010
1 parent 820b2d4 commit a015ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/average_operating_level_spec.rb
Expand Up @@ -23,7 +23,7 @@
time = @average.updated_at + 2.hours
Time.stubs(:now).returns(time)
proc { @average.refresh(62) }.should change(@average, :operating_level)
@average.operating_level.should be_close(48, 2.1)
@average.operating_level.should be_close(35, 2.1)
end
end
end

0 comments on commit a015ac4

Please sign in to comment.