We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5259d commit 587b31fCopy full SHA for 587b31f
spec/project_spec.rb
@@ -5,7 +5,7 @@
5
describe "config/#{target}.yml" do
6
before {
7
config = YAML.load_file("config/#{target}.yml")
8
- @configuration_keys = config.keys.reject {|key| key == 'plugins' }
+ @configuration_keys = config.keys.reject {|key| key == 'require' }
9
}
10
11
it { expect(@configuration_keys).to eq @configuration_keys.sort }
0 commit comments