1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

Whitespace.

This commit is contained in:
Gabe Berke-Williams 2012-03-30 11:51:28 -04:00
parent 09544faf45
commit 2b98e497f8

View file

@ -43,7 +43,7 @@ module Shoulda # :nodoc:
def description
description = "set session variable #{@key.inspect}"
if @value
description << " to #{@value.inspect}"
description << " to #{@value.inspect}"
end
description
end