Rakefile in uncoil-1.1.0 vs Rakefile in uncoil-1.2.0
- old
+ new
@@ -7,6 +7,11 @@
task :default => :spec
desc "Run all the rspec examples"
task :spec do
system "bundle exec rspec -c spec"
+end
+
+desc "Remove the current VCR fixture files"
+task :clean_cassettes do
+ system "rm -rf spec/fixtures/uncoil_cassettes"
end
\ No newline at end of file