Rakefile in coffeelint-0.0.4 vs Rakefile in coffeelint-0.0.5
- old
+ new
@@ -1,5 +1,10 @@
require "bundler/gem_tasks"
+require "rspec/core/rake_task"
+RSpec::Core::RakeTask.new('spec')
+task :default => :spec
+
task :console do
sh "irb -rubygems -I lib -r coffeelint.rb"
end
+