Skip to content

Isolate integration tests #753

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

Closed
wants to merge 30 commits into from
Closed

Conversation

drwl
Copy link
Collaborator

@drwl drwl commented Feb 4, 2020

This is a branch to do work on adding integration tests for the project. It will be added in #747.

drwl added 23 commits January 31, 2020 22:43
Used the following command:
`rails new rails_6.0.2.1 --skip-git --skip-sprockets --skip-spring --skip-javascript --skip-turbolinks  --skip-test-unit`

Then `rubocop --auto-gen-config` to ignore rubocop violations.
Ran rails db:migrate
Generated using `rails g model Task content:string count:integer status:boolean`
* Ran the migration for Task model.
* Ran Rubocop to ignore files in Rails app.
Used the following command:
`rails _5.2.4.1_ new rails_5.2.4.1`

Then I deleted /.git that was auto generated.
Used command:
`bin/rails g model Task content:string count:integer status:boolean`
@drwl drwl changed the title Drwl/isolate integration test setup Isolate integration tests Feb 4, 2020
drwl added 6 commits February 4, 2020 00:02
Active Record 6 only supports Ruby versions >= 2.5. This means that Ruby 2.4 will not be supported. By limiting the Active Record version we'll be able to support Ruby 2.4.
@drwl drwl closed this Feb 4, 2020
@drwl drwl deleted the drwl/isolate-integration-test-setup branch February 4, 2020 19:25
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