Sha256: 972518eaab0972b38c6eb6e919c9f8fbc78b7e992a5661895ef11806fa6f1de3
Contents?: true
Size: 141 Bytes
Versions: 8
Compression:
Stored size: 141 Bytes
Contents
require "bundler" require "rspec/core/rake_task" Bundler::GemHelper.install_tasks RSpec::Core::RakeTask.new(:spec) task :default => :spec
Version data entries
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
neat-4.0.0 | Rakefile |
neat-3.0.1 | Rakefile |
neat-3.0.0 | Rakefile |
neat-2.1.0 | Rakefile |
neat-2.0.0 | Rakefile |
neat-2.0.0.beta.2 | Rakefile |
neat-2.0.0.beta.1 | Rakefile |
neat-2.0.0.alpha.1 | Rakefile |