Merge pull request #39 from github/remove_recursive_symlink

Remove recursive symlink spec/dummy/spec -> spec/
This commit is contained in:
John Hawthorn 2018-09-04 16:08:58 -07:00 коммит произвёл GitHub
Родитель e8c2828948 62ce6a180d
Коммит 8a53f98742
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -1 +0,0 @@
../../spec

Просмотреть файл

@ -28,7 +28,7 @@ require 'chatops/controller/rspec'
# Checks for pending migration and applies them before tests are run.
# If you are not using ActiveRecord, you can remove this line.
Dir[Rails.root.join "spec/support/**/*.rb"].each {|f| require f}
Dir[File.expand_path("../../spec/support/**/*.rb", __FILE__)].each {|f| require f}
RSpec.configure do |config|
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures