LoginSignup
18
18

More than 5 years have passed since last update.

require "spec_helper" を省略する

Posted at

.rspec に

--require spec_helper
--colour

のように書いておけば、全 *_spec.rb ファイルの先頭に require "spec_helper" を書く手間を省ける

18
18
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
18
18