diff --git a/spec/lib/open_food_web/distributor_change_validator_spec.rb b/spec/lib/open_food_web/distributor_change_validator_spec.rb index 0d403111b9..d8f8967000 100644 --- a/spec/lib/open_food_web/distributor_change_validator_spec.rb +++ b/spec/lib/open_food_web/distributor_change_validator_spec.rb @@ -77,8 +77,4 @@ describe DistributorChangeValidator do subject.available_distributors([]).should == [] end end - - it "can fail" do - fail - end -end +end \ No newline at end of file