Skip to content

Commit

Permalink
Fixed the pretty_key output of the set_the_flash matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Oct 2, 2012
1 parent 04ce177 commit ddcd0f5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -137,7 +137,7 @@ def pretty_now

def pretty_key
if @options[:key]
"[:#{@key}]"
"[:#{@options[:key]}]"
else
""
end
Expand Down

0 comments on commit ddcd0f5

Please sign in to comment.