Sha256: 53f63b6eea35290ee063aa2a137d27e86b4d686116231607c57cba515bea98da
Contents?: true
Size: 326 Bytes
Versions: 4
Compression:
Stored size: 326 Bytes
Contents
#!/usr/bin/env rake require "bundler/gem_tasks" require "rspec/core/rake_task" require "bueller" task :default => [:test] Bueller::Tasks.new RSpec::Core::RakeTask.new(:test) desc "Run RSpec tests" task :test => :spec desc "Run a console with baton lib loaded" task :console do sh "irb -rubygems -I lib -r baton.rb" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
baton-0.7.0 | Rakefile |
baton-0.6.0 | Rakefile |
baton-0.5.6 | Rakefile |
baton-0.5.5 | Rakefile |