File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/generators/rspec/install/templates/spec Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
RSpec.configure do |config|
35
35
<% if RSpec::Rails::FeatureCheck.has_active_record? -%>
36
36
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
37
- config.fixture_path = Rails.root.join('spec', ' fixtures')
37
+ config.fixture_path = Rails.root.join('spec/ fixtures')
38
38
39
39
# If you're not using ActiveRecord, or you'd prefer not to run each of your
40
40
# examples within a transaction, remove the following line or assign false
52
52
# note if you'd prefer not to run each example within a transaction, you
53
53
# should set use_transactional_fixtures to false.
54
54
#
55
- # config.fixture_path = Rails.root.join('spec', ' fixtures')
55
+ # config.fixture_path = Rails.root.join('spec/ fixtures')
56
56
# config.use_transactional_fixtures = true
57
57
58
58
<% end -%>
You can’t perform that action at this time.
0 commit comments