質問編集履歴

1

修正

2022/07/16 02:32

投稿

katahik
katahik

スコア79

test CHANGED
File without changes
test CHANGED
@@ -47,6 +47,7 @@
47
47
  ```
48
48
  require 'spec_helper'
49
49
  require "devise"
50
+ Dir[File.expand_path("./spec/support/*.rb")].each{|f| require f}
50
51
  RSpec.configure do |config|
51
52
  config.expect_with :rspec do |c|
52
53
  c.syntax = :expect