bin/cukedep in cukedep-0.0.8 vs bin/cukedep in cukedep-0.1.03
- old
+ new
@@ -8,8 +8,8 @@
require 'cukedep' # Load the Cukedep::Application class
# The application's entry point
app = Cukedep::Application.new
-app.start!(ARGV)
+app.run!(ARGV)
# End of file