spec/recipe/fakerecipe.rb in capistrano-spec-0.3.1 vs spec/recipe/fakerecipe.rb in capistrano-spec-0.3.2
- old
+ new
@@ -1,7 +1,7 @@
require 'capistrano'
module Capistrano
- module FakeRecipe
+ module Fakerecipe
def self.load_into(configuration)
configuration.load do
before "fake:stuff_and_things", "fake:thing"
after "fake:thing", "fake:other_thing"
namespace :fake do
\ No newline at end of file