rubocop: fix over tabbed variable assignment
This commit is contained in:
parent
d5d2fd8674
commit
22982ef79e
|
@ -93,7 +93,8 @@ end
|
|||
#
|
||||
|
||||
Given(/^I have a configuration file with "(.*)" set to "(.*)"$/) do |key, value|
|
||||
config = if source_dir.join("_config.yml").exist?
|
||||
config = \
|
||||
if source_dir.join("_config.yml").exist?
|
||||
SafeYAML.load_file(source_dir.join("_config.yml"))
|
||||
else
|
||||
{}
|
||||
|
|
Loading…
Reference in New Issue