From 72aa8fe5e5f23d4a9551a3710920b23d60ab6cbb Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Sun, 24 Feb 2013 19:57:57 +1100 Subject: [PATCH] Add a failing test to test travis --- spec/lib/open_food_web/distributor_change_validator_spec.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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