Skip to content

Fixes running for specs with modern RSpec installs #9

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

Merged
merged 1 commit into from
Jun 5, 2019
Merged

Fixes running for specs with modern RSpec installs #9

merged 1 commit into from
Jun 5, 2019

Conversation

danielwestendorf
Copy link
Contributor

@danielwestendorf danielwestendorf commented Jun 3, 2019

Most specs seem to not be passing due to describe not being defined in the global namespace. RSpec no longer monkey patches the global namespace.

  • Convert describe calls to RSpec.describe as is recommended for modern versions of RSpec.
  • Fix Rakefile syntax

Most specs seem to not be passing due to `describe` not being defined in the global namespace.  RSpec no longer monkey patches the global namespace.

+ Convert `describe` calls to `RSpec.describe` as is recommended for modern versions of RSpec.
+ Fix syntax in Rakefile
@sowderca sowderca self-requested a review June 4, 2019 14:42
@sowderca sowderca self-assigned this Jun 4, 2019
@sowderca
Copy link
Owner

sowderca commented Jun 5, 2019

@danielwestendorf Looks good, thanks.

@sowderca sowderca closed this Jun 5, 2019
@sowderca sowderca reopened this Jun 5, 2019
@sowderca sowderca merged commit 1e84172 into sowderca:master Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants