Skip to content

Commit c6a7366

Browse files
authored
Merge pull request #464 from bootstrap-ruby/fix-test-setup
Fix "Could not find table 'users'" during tests
2 parents f4d76b5 + 7747455 commit c6a7366

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
ENV['RAILS_ENV'] ||= 'test'
2+
13
require 'timecop'
24
require 'diffy'
35
require 'nokogiri'

0 commit comments

Comments
 (0)