Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rspec setup #8

Merged
merged 1 commit into from
Jun 12, 2019
Merged

Update rspec setup #8

merged 1 commit into from
Jun 12, 2019

Conversation

Cruikshanks
Copy link
Member

This updates the rspec setup in the gem to follow our now standard pattern for rspec.

Any dependencies we use in rspec are defined in separate files stored in spec/support, including their config.

This then allows us to update spec_helper.rb to exactly match the spec helper in our other gems.

The aim is to simplify maintenance, adopt a consistent approach, and make it clear what additional dependencies we have in our tests.

This updates the rspec setup in the gem to follow our now standard pattern for rspec.

Any dependencies we use in rspec are defined in separate files stored in `spec/support`, including their config.

This then allows us to update `spec_helper.rb` to exactly match the spec helper in our other gems.

The aim is to simplify maintenance, adopt a consistent approach, and make it clear what additional dependencies we have in our tests.
@Cruikshanks Cruikshanks added the housekeeping Changes such as refactoring label Jun 12, 2019
@Cruikshanks Cruikshanks self-assigned this Jun 12, 2019
@Cruikshanks Cruikshanks merged commit 26ecb53 into master Jun 12, 2019
@Cruikshanks Cruikshanks deleted the update-rspec-setup branch June 12, 2019 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Changes such as refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant