Skip to content

Commit

Permalink
Correct name of FactoryBot in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy authored Mar 25, 2022
1 parent 4b9c18d commit 34eda7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Parameters defined in, for instance, `spec/internals/config/environments/test.rb

### Using other Rails-focused libraries

Be aware that other gems may require parts of Rails when they're loaded, and this could cause some issues with Combustion's own setup. You may need to manage the loading yourself by setting `:require` to false in your Gemfile for the gem in question, and then requiring it manually in your spec_helper. View [issue #33](https://github.com/pat/combustion/issues/33) for an example with FactoryGirl.
Be aware that other gems may require parts of Rails when they're loaded, and this could cause some issues with Combustion's own setup. You may need to manage the loading yourself by setting `:require` to false in your Gemfile for the gem in question, and then requiring it manually in your spec_helper. View [issue #33](https://github.com/pat/combustion/issues/33) for an example with FactoryBot.

### Environment and Logging

Expand Down

0 comments on commit 34eda7a

Please sign in to comment.