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

Add rspec #1

Merged
merged 8 commits into from
Jun 28, 2019
Merged

Add rspec #1

merged 8 commits into from
Jun 28, 2019

Conversation

bpolly
Copy link
Collaborator

@bpolly bpolly commented Jun 21, 2019

Adds RSpec gem and initial batch tests.

Also re-adds the .rubocop.yml file since that got lost in the migration of the repo from CMM's internal GitHub to public GitHub.

Fixes #7 and fixes #8

Gemfile Outdated
gem 'rails', '~> 5.2'

group :development, :test, :ci do
gem 'bundler', '~> 1.3'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need this

@bpolly bpolly added this to the v1.0 milestone Jun 27, 2019
@bpolly bpolly merged commit 1b4fbdb into master Jun 28, 2019
@bpolly bpolly deleted the add-rspec-two branch June 28, 2019 19:09
@bpolly bpolly mentioned this pull request Jun 28, 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.

Re-add Rubocop config file Add RSpec testing framework
2 participants