green tests

This commit is contained in:
Derek Montgomery 2016-07-28 12:53:35 -05:00
parent 02c595aefd
commit 31ae430bb6
2 changed files with 5 additions and 0 deletions

4
.gitignore vendored
View File

@ -36,6 +36,10 @@
/.bundle/ /.bundle/
/vendor/bundle /vendor/bundle
/lib/bundler/man/ /lib/bundler/man/
/vendor/assets
bower_components/
node_modules/
.DS_Store
### Vim ### ### Vim ###
[._]*.s[a-w][a-z] [._]*.s[a-w][a-z]

View File

@ -3,6 +3,7 @@ AllCops:
- db/schema.rb - db/schema.rb
- db/seeds.rb - db/seeds.rb
- bin/**/* - bin/**/*
- vendor/assets/**/*
Style/AndOr: Style/AndOr:
Enabled: false Enabled: false