Skip to content

Commit 7f337c3

Browse files
authored
Merge pull request #199 from coderdojo-japan/rspec-config
Enable default configurations for RSpec
2 parents 9ae2c18 + 362fa98 commit 7f337c3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ public/assets/*
2727
.zshenv
2828
.bash-profile
2929
.zshrc
30+
31+
# rspec
32+
spec/examples.txt

spec/spec_helper.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161

6262
# The settings below are suggested to provide a good initial experience
6363
# with RSpec, but feel free to customize to your heart's content.
64-
=begin
6564
# This allows you to limit a spec run to individual examples or groups
6665
# you care about by tagging them with `:focus` metadata. When nothing
6766
# is tagged with `:focus`, all examples get run. RSpec also provides
@@ -107,5 +106,4 @@
107106
# test failures related to randomization by passing the same `--seed` value
108107
# as the one that triggered the failure.
109108
Kernel.srand config.seed
110-
=end
111109
end

0 commit comments

Comments
 (0)