From d5f92058d5ef80672d9413f831deb92161c7a20f Mon Sep 17 00:00:00 2001 From: nalabjp Date: Sun, 12 Nov 2017 19:01:33 +0900 Subject: [PATCH 1/2] Enable default configurations for RSpec --- spec/spec_helper.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 23a0fb4a2..0895ffb32 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -61,7 +61,6 @@ # The settings below are suggested to provide a good initial experience # with RSpec, but feel free to customize to your heart's content. -=begin # This allows you to limit a spec run to individual examples or groups # you care about by tagging them with `:focus` metadata. When nothing # is tagged with `:focus`, all examples get run. RSpec also provides @@ -107,5 +106,4 @@ # test failures related to randomization by passing the same `--seed` value # as the one that triggered the failure. Kernel.srand config.seed -=end end From 362fa98cf51f721e9737a0652b26a78b8f9dbfee Mon Sep 17 00:00:00 2001 From: nalabjp Date: Sun, 12 Nov 2017 19:01:59 +0900 Subject: [PATCH 2/2] Ignore spec/examples.txt --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6c6233e20..f85361675 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ public/assets/* .zshenv .bash-profile .zshrc + +# rspec +spec/examples.txt