* adding more debugs for problem on server
This commit is contained in:
parent
ac13d97808
commit
2cdafacd16
|
|
@ -6,13 +6,18 @@ def bputs(msg)
|
|||
end
|
||||
end
|
||||
|
||||
bputs "before simplecov"
|
||||
|
||||
require 'simplecov'
|
||||
bputs "before rubygems"
|
||||
require 'rubygems'
|
||||
bputs "before omniauth"
|
||||
#require 'spork'
|
||||
require 'omniauth'
|
||||
#uncomment the following line to use spork with the debugger
|
||||
#require 'spork/ext/ruby-debug'
|
||||
|
||||
|
||||
ENV["RAILS_ENV"] ||= 'test'
|
||||
|
||||
bputs "before activerecord load"
|
||||
|
|
|
|||
Loading…
Reference in New Issue