lib/stair_master/engine.rb in stair_master-0.0.1 vs lib/stair_master/engine.rb in stair_master-0.0.2
- old
+ new
@@ -1,6 +1,9 @@
# lib/stair_master/engine.rb
module StairMaster
class Engine < Rails::Engine
+ config.generators do |g|
+ g.test_framework :rspec
+ end
end
end
\ No newline at end of file