We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8c148 commit d4d146eCopy full SHA for d4d146e
spec/spec_helper.rb
@@ -11,6 +11,6 @@ def get_variable_from_file(file, variable)
11
begin
12
return file_scope.local_variable_get(variable)
13
rescue NameError
14
- raise NameError, "local variable `#{variable}' not defined in #{file}."
+ raise NameError, "local variable `#{variable}` not defined in #{file}."
15
end
16
0 commit comments