Follow the deprecation warnings after upgrading RSpec to 3.

This commit is contained in:
Akinori MUSHA 2014-10-03 16:19:04 +09:00
parent bb4a71ec75
commit b232003a9c

View file

@ -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