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