Sha256: 1bd75c1bbaf04b81e90386d6b4295dae89a4700e1b4160a8009591fc25a568b6
Contents?: true
Size: 341 Bytes
Versions: 14
Compression:
Stored size: 341 Bytes
Contents
if ['test', 'development'].include?(DAEMON_ENV) require 'rspec' require 'rspec/core/rake_task' desc "Run the specs under spec/" RSpec::Core::RakeTask.new do |t| t.rspec_opts = ['--options', "spec/spec.opts"] end # Want other tests/tasks run by default? # Add them to the list task :default => [:spec] #, :features] end
Version data entries
14 entries across 9 versions & 1 rubygems