Sha256: 983afe9fa4359d668256265ae55e4c240952c254289cd14de7ad35f6e158e418
Contents?: true
Size: 188 Bytes
Versions: 2
Compression:
Stored size: 188 Bytes
Contents
require 'bundler/gem_tasks' require 'rspec/core/rake_task' desc 'Run the spec testing suite' RSpec::Core::RakeTask.new(:spec) desc 'Default: run the test suite' task :default => [:spec]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
samsara-0.0.3 | Rakefile |
samsara-0.0.2 | Rakefile |