Skip to content

Commit

Permalink
Refactor test folder and create dummy app (#287)
Browse files Browse the repository at this point in the history
* try to move dummy application into spec
* travis cleanup
* rubocop cleanup
  • Loading branch information
invalidusrname authored Jul 20, 2020
1 parent ef7bec8 commit 3e22fa2
Show file tree
Hide file tree
Showing 151 changed files with 1,238 additions and 11,143 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ gemfiles/*.lock
.DS_Store
*.swo
.vscode/

spec/dummy/tmp
spec/dummy/db/test.sqlite3*
spec/dummy/log/*
4 changes: 3 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AllCops:
Exclude:
- 'tests/test_app/db/**/*.rb'
- "spec/dummy/**/*"

inherit_from: .rubocop_todo.yml

Expand All @@ -22,3 +22,5 @@ Style/HashTransformKeys:
Enabled: True
Style/HashTransformValues:
Enabled: True
RSpec/FilePath:
Enabled: False
Loading

0 comments on commit 3e22fa2

Please sign in to comment.