Revert "Add a failing test to test travis"

This reverts commit 72aa8fe5e5.
This commit is contained in:
Rohan Mitchell
2013-02-24 20:22:37 +11:00
parent 72aa8fe5e5
commit bd5533e2b1

View File

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