Removes a space before argument parentheses.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5152 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
29ce58b493
commit
57734bdf6c
|
@ -416,7 +416,7 @@ class ActiveSupport::TestCase
|
||||||
# Checks that the response is a valid JSON string
|
# Checks that the response is a valid JSON string
|
||||||
def self.should_be_a_valid_json_string
|
def self.should_be_a_valid_json_string
|
||||||
should "be a valid JSON string (or empty)" do
|
should "be a valid JSON string (or empty)" do
|
||||||
assert (response.body.blank? || ActiveSupport::JSON.decode(response.body))
|
assert(response.body.blank? || ActiveSupport::JSON.decode(response.body))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue