Sha256: 49bb7ad6c79f111bbbe51468887896c1be70b4e1b4ec8081a0db65ca4326be9f
Contents?: true
Size: 244 Bytes
Versions: 8
Compression:
Stored size: 244 Bytes
Contents
require 'rspec/core/rake_task' desc 'Default: run the specs.' task :default => [:spec] desc 'Test the stoor gem.' RSpec::Core::RakeTask.new(:spec) do |t| t.rspec_opts = ['--color', "--format progress"] t.pattern = 'spec/**/*_spec.rb' end
Version data entries
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
stoor-0.1.12 | Rakefile |
stoor-0.1.11 | Rakefile |
stoor-0.1.9 | Rakefile |
stoor-0.1.8 | Rakefile |
stoor-0.1.7 | Rakefile |
stoor-0.1.6 | Rakefile |
stoor-0.1.5 | Rakefile |
stoor-0.1.4 | Rakefile |