# lib/stair_master/engine.rb module StairMaster class Engine < Rails::Engine config.generators do |g| g.test_framework :rspec end end end