Rakefile in macros4cuke-0.3.39 vs Rakefile in macros4cuke-0.3.40
- old
+ new
@@ -36,12 +36,14 @@
desc 'Run RSpec'
RSpec::Core::RakeTask.new do |spec|
spec.pattern = 'spec/**/*_spec.rb'
end
+
# Combine RSpec and Cucumber tests
desc 'Run tests, with RSpec and Cucumber'
task :test => [:spec, :cucumber]
+
# Default rake task
task :default => :test
# End of file
\ No newline at end of file