Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Remove GC fiddling from tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
phillbaker committed May 1, 2014
1 parent 5d360ba commit a980a1a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/experiment/ab_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ def setup
metric "Coolness"
end

def teardown
super
if RUBY_VERSION == '1.8.7'
GC.enable
GC.start
GC.disable
end
end

# -- Experiment definition --

def test_requires_at_least_two_alternatives_per_experiment
Expand Down

0 comments on commit a980a1a

Please sign in to comment.