Rewrite CLI#run:

* Rename #run! to #run;
* Add #load_recipe method;
* Remove most builder/accessor/memoizable methods.
This commit is contained in:
Thibault Jouan
2014-01-07 22:19:52 +00:00
parent 4d34f66ec5
commit 7dfbc3905b
3 changed files with 38 additions and 53 deletions

5
spec/fixtures/recipes/some_recipe.rb vendored Normal file
View File

@@ -0,0 +1,5 @@
task :some_task do
end
task :another_task do
end