spec/reciper/helpers_spec.rb in reciper-0.0.1 vs spec/reciper/helpers_spec.rb in reciper-0.0.2
- old
+ new
@@ -48,10 +48,9 @@
@operations.should include([:copy, "file.rb"])
FileUtils.rm("spec/fixtures/ruby_app/file.rb")
end
-
end
describe ".run_tests" do
it "returns 0 if all tests pass" do
run_tests.should == 0
\ No newline at end of file