config.generators do |g| g.test_framework :rspec, fixtures: true, view_specs: false, helper_specs: false, routing_specs: false, controller_specs: true, request_specs: false g.fixture_replacement :factory_girl, dir: "spec/factories" end
Last active
August 29, 2015 13:56
-
-
Save irmiller22/9044375 to your computer and use it in GitHub Desktop.
RSpec Testing for Rails
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment