Skip to content

Commit 0fc0603

Browse files
author
Rafael Mendonça França
committed
Remove warnings of the test suite
1 parent c43606b commit 0fc0603

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

test/fixtures/alternate_config_project/config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# config.force_ssl = true
2828

2929
# See everything in the log (default is :info)
30-
# config.log_level = :debug
30+
config.log_level = :info
3131

3232
# Use a different logger for distributed setups
3333
# config.logger = SyslogLogger.new

test/fixtures/sass_project/config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# config.force_ssl = true
2626

2727
# See everything in the log (default is :info)
28-
# config.log_level = :debug
28+
config.log_level = :info
2929

3030
# Use a different logger for distributed setups
3131
# config.logger = SyslogLogger.new

test/fixtures/scss_project/config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# config.force_ssl = true
2525

2626
# See everything in the log (default is :info)
27-
# config.log_level = :debug
27+
config.log_level = :info
2828

2929
# Use a different logger for distributed setups
3030
# config.logger = SyslogLogger.new

test/test_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@
2323

2424
# Load support files
2525
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
26+
27+
ActiveSupport::TestCase.test_order = :random if ActiveSupport::TestCase.respond_to?(:test_order)

0 commit comments

Comments
 (0)