Skip to content

Commit

Permalink
Merge pull request #464 from bootstrap-ruby/fix-test-setup
Browse files Browse the repository at this point in the history
Fix "Could not find table 'users'" during tests
  • Loading branch information
mattbrictson committed Jun 7, 2018
2 parents f4d76b5 + 7747455 commit c6a7366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ENV['RAILS_ENV'] ||= 'test'

require 'timecop'
require 'diffy'
require 'nokogiri'
Expand Down

0 comments on commit c6a7366

Please sign in to comment.