Skip to content

Commit

Permalink
Remove spec that is not needed anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Nov 14, 2012
1 parent 3b84219 commit 47613b8
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions spec/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -353,21 +353,6 @@ def enable_percentage_of_random(percentage)
end
end

context "for actor not in percentage of actors enabled" do
before do
enable_percentage_of_actors five_percent_of_actors
end

it "returns false" do
subject.enabled?(clooney).should be_false
end

it "returns true if boolean enabled" do
enable_feature subject
subject.enabled?(clooney).should be_true
end
end

context "during enabled percentage of time" do
before do
@gate = Flipper::Gates::PercentageOfRandom.new(subject)
Expand Down

0 comments on commit 47613b8

Please sign in to comment.