Skip to content

Commit 71db699

Browse files
committed
update spec syntax
1 parent e39d5cb commit 71db699

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: .rspec

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
--color
2+
--format documentation
3+
--require spec_helper

Diff for: spec/assignment_spec.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
require 'spec_helper'
21
# Code your solution directly in this file.
32

43
describe "local variables" do

Diff for: spec/spec_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
77
RSpec.configure do |config|
8-
config.treat_symbols_as_metadata_keys_with_true_values = true
8+
# config.treat_symbols_as_metadata_keys_with_true_values = true
99
config.run_all_when_everything_filtered = true
1010
config.filter_run :focus
1111

0 commit comments

Comments
 (0)