Skip to content

Commit

Permalink
wider output for vim rspec formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
garybernhardt committed Oct 17, 2013
1 parent 36c63d9 commit f28ac83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vim_rspec_formatter.rb
Expand Up @@ -26,7 +26,7 @@ def seed *args; end
private private


def format_message msg def format_message msg
msg.gsub("\n", ' ')[0,120] msg.gsub("\n", ' ')[0,200]
end end


end end

0 comments on commit f28ac83

Please sign in to comment.