Sha256: 5a3b5ae4fa55a4b675c3fa9d09f4cfdf78a796beb3f0d047b5052656cfef3b41
Contents?: true
Size: 321 Bytes
Versions: 2
Compression:
Stored size: 321 Bytes
Contents
begin require 'rspec' require 'rspec/core/rake_task' desc "Run the specs" RSpec::Core::RakeTask.new do |t| t.rspec_opts = ['--options', "spec/spec.opts"] end task :default => [:spec] rescue LoadError STDERR.puts "failed to load rspec. please add gem 'rspec' to your Gemfile in order to use rspec" end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
madvertise-ext-0.5.2 | lib/madvertise/tasks/rspec.rake |
madvertise-logging-1.0.3 | tasks/rspec.rake |