Rakefile in
clockwork-0.2.1
vs Rakefile in
clockwork-0.2.2
- old
+ new
@@ -14,9 +14,9 @@
end Jeweler::GemcutterTasks.new task 'test' do
- sh "turn"
+ sh "ruby test/clockwork_test.rb"
end task :build => :test