Skip to content

Commit

Permalink
Add a failing test to test travis
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanM committed Feb 24, 2013
1 parent cdc3ab0 commit 72aa8fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/lib/open_food_web/distributor_change_validator_spec.rb
Expand Up @@ -77,4 +77,8 @@
subject.available_distributors([]).should == []
end
end
end

it "can fail" do
fail
end
end

0 comments on commit 72aa8fe

Please sign in to comment.