Rakefile in whirly-0.2.6 vs Rakefile in whirly-0.3.0
- old
+ new
@@ -33,10 +33,10 @@
# # #
# Run Specs
desc "#{gemspec.name} | Spec"
task :spec do
- sh "for file in spec/*.rb; do ruby $file; done"
+ ruby "spec/whirly_spec.rb"
end
task default: :spec
# # #