File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,3 +27,6 @@ public/assets/*
27
27
.zshenv
28
28
.bash-profile
29
29
.zshrc
30
+
31
+ # rspec
32
+ spec /examples.txt
Original file line number Diff line number Diff line change 61
61
62
62
# The settings below are suggested to provide a good initial experience
63
63
# with RSpec, but feel free to customize to your heart's content.
64
- =begin
65
64
# This allows you to limit a spec run to individual examples or groups
66
65
# you care about by tagging them with `:focus` metadata. When nothing
67
66
# is tagged with `:focus`, all examples get run. RSpec also provides
107
106
# test failures related to randomization by passing the same `--seed` value
108
107
# as the one that triggered the failure.
109
108
Kernel . srand config . seed
110
- =end
111
109
end
You can’t perform that action at this time.
0 commit comments