Fixed indenting

This commit is contained in:
Tammer Saleh 2008-09-20 16:16:32 -04:00
parent 967b9fc67c
commit a9b82f57c1
1 changed files with 2 additions and 1 deletions

View File

@ -123,7 +123,8 @@ module ThoughtBot # :nodoc:
instantiate_variables_from_assigns do
expected_value = eval(opts[:equals], self.send(:binding), __FILE__, __LINE__)
assert_equal expected_value, assigned_value,
"Instance variable @#{name} expected to be #{expected_value} but was #{assigned_value}"
"Instance variable @#{name} expected to be #{expected_value}" +
" but was #{assigned_value}"
end
end
end