Sha256: 91dc6cd5c635783c1d33f0f9cd6dcec055381d5c5c51042e3c96e060692a2542
Contents?: true
Size: 165 Bytes
Versions: 4
Compression:
Stored size: 165 Bytes
Contents
require 'bundler' Bundler::GemHelper.install_tasks task :default => [:spec] task :test => [:spec] desc "Run the test suite" task :spec do exec "rspec spec/" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
soloist-0.9.7 | Rakefile |
soloist-0.9.6 | Rakefile |
soloist-0.9.5 | Rakefile |
soloist-0.9.4 | Rakefile |