Add a failing test to test travis

This commit is contained in:
Rohan Mitchell
2013-02-24 19:57:57 +11:00
parent cdc3ab09a1
commit 72aa8fe5e5

View File

@@ -77,4 +77,8 @@ describe DistributorChangeValidator do
subject.available_distributors([]).should == []
end
end
end
it "can fail" do
fail
end
end