Sha256: a007e4bdecae1fab3f94ec01373f86bedfd390fdc2c64b15b6d88255eedf386b
Contents?: true
Size: 273 Bytes
Versions: 7
Compression:
Stored size: 273 Bytes
Contents
require 'bundler' Bundler::GemHelper.install_tasks require 'rake' $:.unshift File.join(File.dirname(__FILE__), "lib") require 'rspec/core' require 'rspec/core/rake_task' task :default => :spec desc "Run all specs in spec directory" RSpec::Core::RakeTask.new(:spec)
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
woothee-0.3.4 | Rakefile |
woothee-0.3.3 | Rakefile |
woothee-0.3.2 | Rakefile |
woothee-0.3.0 | Rakefile |
woothee-0.2.4 | Rakefile |
woothee-0.2.1 | Rakefile |
woothee-0.2.0 | Rakefile |