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

Define ruby version and gemset #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Define ruby version and gemset #2

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Oct 6, 2016

Add .ruby-version
Add .ruby-gemset
Change Gemfile

@@ -33,9 +33,6 @@ gem 'jbuilder', '~> 2.5'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platform: :mri
gem 'rspec-rails'
gem 'factory_girl_rails'
gem 'database_cleaner'
Copy link
Contributor

Choose a reason for hiding this comment

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

We should keep at least rspec-rails and factory_girl_rails in the development group, so when we use generators for models, controllers, views and helpers, our spec files and factories are automatically created as well.

The database_cleaner gem could be left out the development group, but wouldn't hurt to have it into too. And as we didn't have a test group into the Gemfile, I opted to leave on the development, test group

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.

1 participant