mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
Follow the deprecation warnings after upgrading RSpec to 3.
This commit is contained in:
parent
bb4a71ec75
commit
b232003a9c
1 changed files with 0 additions and 2 deletions
|
@ -10,7 +10,6 @@ end
|
|||
|
||||
require File.expand_path("../../config/environment", __FILE__)
|
||||
require 'rspec/rails'
|
||||
require 'rspec/autorun'
|
||||
require 'rr'
|
||||
require 'webmock/rspec'
|
||||
|
||||
|
@ -49,7 +48,6 @@ RSpec.configure do |config|
|
|||
# --seed 1234
|
||||
config.order = "random"
|
||||
config.global_fixtures = :all
|
||||
config.treat_symbols_as_metadata_keys_with_true_values = true
|
||||
|
||||
config.render_views
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue