Skip to content

Commit 587b31f

Browse files
committed
Revert "Fix spec"
This reverts commit c805b67.
1 parent 5b5259d commit 587b31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/project_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
describe "config/#{target}.yml" do
66
before {
77
config = YAML.load_file("config/#{target}.yml")
8-
@configuration_keys = config.keys.reject {|key| key == 'plugins' }
8+
@configuration_keys = config.keys.reject {|key| key == 'require' }
99
}
1010

1111
it { expect(@configuration_keys).to eq @configuration_keys.sort }

0 commit comments

Comments
 (0)