Rakefile in with_model-0.1.1 vs Rakefile in with_model-0.1.2
- old
+ new
@@ -31,5 +31,14 @@
task environment do
in_environment.call(environment, "autotest -s #{autotest_styles[environment.to_sym]}")
end
end
end
+
+namespace "doc" do
+ desc "Generate README and preview in browser"
+ task "readme" do
+ sh "rdoc -c utf8 README.rdoc && open doc/files/README_rdoc.html"
+ end
+end
+
+task :default => :spec
\ No newline at end of file