Sha256: 2fa2ab6e2e02938c01bbf9e99a70468c95c8c1931e575e5b6449fd08f43657b5
Contents?: true
Size: 334 Bytes
Versions: 1
Compression:
Stored size: 334 Bytes
Contents
desc "Show specs when testing" task :spec do ENV['TESTOPTS'] = '--runner=s' Rake::Task[:test].invoke end %w(functionals units integration).each do |type| namespace :spec do desc "Show specs when testing #{type}" task type do ENV['TESTOPTS'] = '--runner=s' Rake::Task["test:#{type}"].invoke end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
test_spec_on_rails-1.1.0 | tasks/spec.rake |