mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 19:06:12 +02:00
Add WebMock
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
5dc6597995
commit
be4753ab16
@ -2,6 +2,9 @@ ENV['RAILS_ENV'] ||= 'test'
|
||||
require_relative '../config/environment'
|
||||
require 'test/unit/rails/test_help'
|
||||
require 'test/unit/rr'
|
||||
require 'webmock/test_unit'
|
||||
|
||||
WebMock.disable_net_connect!(allow_localhost: true)
|
||||
|
||||
class ActiveSupport::TestCase
|
||||
# Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user