File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
spec/approvals/refinements/compose Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ def compose(keyword = 'import')
2424 def safe_load_yaml ( path )
2525 loaded = YAML . load_file path
2626 return loaded if loaded . is_a? Array or loaded . is_a? Hash
27- raise Bashly ::ConfigurationError , "Cannot find a valid YAML in ' #{ path } ' "
27+ raise Bashly ::ConfigurationError , "Cannot find a valid YAML in !txtgrn! #{ path } "
2828
2929 rescue Errno ::ENOENT
30- raise Bashly ::ConfigurationError , "Cannot find import file ' #{ path } ' "
30+ raise Bashly ::ConfigurationError , "Cannot find import file !txtgrn! #{ path } "
3131 end
3232 end
3333
Original file line number Diff line number Diff line change 1- #<Bashly::ConfigurationError: Cannot find a valid YAML in ' examples/minimal/src/root_command.sh' >
1+ #<Bashly::ConfigurationError: Cannot find a valid YAML in !txtgrn! examples/minimal/src/root_command.sh>
Original file line number Diff line number Diff line change 1- #<Bashly::ConfigurationError: Cannot find import file ' no-such-file.yml' >
1+ #<Bashly::ConfigurationError: Cannot find import file !txtgrn! no-such-file.yml>
You can’t perform that action at this time.
0 commit comments