From bd5533e2b14d14ac53199faf2725ce4696efff16 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Sun, 24 Feb 2013 20:22:37 +1100 Subject: [PATCH] Revert "Add a failing test to test travis" This reverts commit 72aa8fe5e5f23d4a9551a3710920b23d60ab6cbb. --- spec/lib/open_food_web/distributor_change_validator_spec.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 0d403111b99..d8f89670000 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 @@ subject.available_distributors([]).should == [] end end - - it "can fail" do - fail - end -end +end \ No newline at end of file