Rakefile in forj-0.0.23 vs Rakefile in forj-0.0.24

- old
+ new

@@ -20,12 +20,7 @@ task :default => [:spec] desc 'Run the specs.' RSpec::Core::RakeTask.new do |t| - t.pattern = 'spec/boot_spec.rb' + t.pattern = 'spec/*_spec.rb' end - -desc 'Run the specs whenever a relevant file changes.' -task :watch do - puts 'test' -end \ No newline at end of file