Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/guard/rspec/rspec_process.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ def _read_results
Results.new(formatter_tmp_file)
rescue Errno::ENOENT
msg = "Guard::RSpec cannot open results file: %s. This is likely a bug"\
"so please report this at"\
" so please report this at"\
" http://github.com/guard/guard-rspec/issues/new along with as much"\
"information as possible to reproduce this issue."
" information as possible to reproduce this issue."
Compat::UI.error(format(msg, formatter_tmp_file.inspect))
raise
ensure
Expand Down