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
View File
@@ -36,6 +36,10 @@
/.bundle/
/vendor/bundle
/lib/bundler/man/
/vendor/assets
bower_components/
node_modules/
.DS_Store
### Vim ###
[._]*.s[a-w][a-z]
+1
View File
@@ -3,6 +3,7 @@ AllCops:
- db/schema.rb
- db/seeds.rb
- bin/**/*
- vendor/assets/**/*
Style/AndOr:
Enabled: false