lib/tasks/jitai.rake in jitai-0.2.8 vs lib/tasks/jitai.rake in jitai-0.2.9
- old
+ new
@@ -1,6 +1,4 @@
-namespace :jitai do
- desc "refreshes the library"
- task :refresh do
- puts "test"
- end
-end
\ No newline at end of file
+desc "refreshes the library"
+task :refresh do
+ puts "test"
+end