guard-rspec 2.3.2 → 2.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -78,7 +78,7 @@ module Guard
78
78
  if @options[:notification]
79
79
  arg_parts << parsed_or_default_formatter unless options[:cli] =~ formatter_regex
80
80
  arg_parts << "-r #{File.dirname(__FILE__)}/formatter.rb"
81
- arg_parts << "-f Guard::RSpec::Formatter --out /dev/null"
81
+ arg_parts << "-f Guard::RSpec::Formatter"
82
82
  end
83
83
  arg_parts << "--failure-exit-code #{FAILURE_EXIT_CODE}" if failure_exit_code_supported?
84
84
  arg_parts << "-r turnip/rspec" if @options[:turnip]
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module RSpecVersion
3
- VERSION = "2.3.2"
3
+ VERSION = "2.3.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.2
4
+ version: 2.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: