Sha256: 6738f9f5239933c536d3c932a54b536b3af601c22e48bbb3a8e3ea4db40a4508
Contents?: true
Size: 321 Bytes
Versions: 2
Compression:
Stored size: 321 Bytes
Contents
task :default => :test desc "Run the tests." task :test do system "bundle exec rspec spec" end task :console do system "./script/console" end namespace :blaggard do desc "Start Blaggard" task :start do system "./script/server" end end desc "Start everything." multitask :start => [ 'blaggard:start' ]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blaggard-1.0.1 | Rakefile |
blaggard-1.0.0 | Rakefile |