lib/rails-talks.rb in rails-talks-0.0.2 vs lib/rails-talks.rb in rails-talks-0.0.3
- old
+ new
@@ -7,7 +7,11 @@
def test(opts)
Runner.run_tests opts
end
+ def run(opts)
+ Runner.run_rake opts
+ end
+
end
end
- old
+ new