Rakefile in clockwork-0.1.1 vs Rakefile in clockwork-0.2.0

- old
+ new

@@ -12,5 +12,11 @@ s.files = FileList["[A-Z]*", "{bin,lib}/**/*"] end Jeweler::GemcutterTasks.new + +task 'test' do + sh "turn" +end + +task :build => :test