Skip to content

Commit

Permalink
Added test database to git
Browse files Browse the repository at this point in the history
  • Loading branch information
nerakdon committed Aug 23, 2015
1 parent e9236f5 commit f2d4676
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -19,7 +19,7 @@ Gemfile.lock
spec/dummy/log/
spec/dummy/tmp/
spec/dummy/public/system/
*.sqlite3
spec/dummy/db/development.sqlite3
*.sqlite3-journal

# Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
Expand Down
8 changes: 1 addition & 7 deletions .travis.yml
@@ -1,10 +1,4 @@
language: ruby
rvm:
- ruby-2.2.1
- 2.2.2
script:
- cd spec/dummy
- RAILS_ENV=test bundle exec rake db:migrate --trace
- bundle exec rake db:test:prepare
- cd ../..
- bundle exec rspec
- 2.2.2
Binary file added spec/dummy/db/test.sqlite3
Binary file not shown.

0 comments on commit f2d4676

Please sign in to comment.