lib/generators/bbq/install_generator.rb in bbq-0.0.4 vs lib/generators/bbq/install_generator.rb in bbq-0.1.0
- old
+ new
@@ -1,7 +1,7 @@
require 'bbq'
module Bbq
- class InstallGenerator < Rails::Generators::Base
+ class InstallGenerator < ::Rails::Generators::Base
hook_for :test_framework, :aliases => "-t", :as => "bbq_install"
end
end