Rakefile in em-websocket-0.2.0 vs Rakefile in em-websocket-0.2.1
- old
+ new
@@ -5,5 +5,7 @@
RSpec::Core::RakeTask.new do |t|
t.rspec_opts = ["-c", "-f progress", "-r ./spec/helper.rb"]
t.pattern = 'spec/**/*_spec.rb'
end
+
+task :default => :spec