Rakefile in surrounded-0.9.7 vs Rakefile in surrounded-0.9.8
- old
+ new
@@ -7,5 +7,11 @@
t.test_files = FileList['test/*_test.rb']
t.ruby_opts = ["-w"]
t.verbose = true
end
task :default => :test
+
+
+# task :mutant, [:class] do |task, args|
+# klass = args[:class] || 'Surrounded'
+# sh "bundle exec mutant --include lib --require surrounded --use minitest #{klass}"
+# end
\ No newline at end of file