Sha256: 70ca5754f080da488df8ee02f5a2508fb27ebf9bd36bd65e5a969ad7aa71df73

Contents?: true

Size: 316 Bytes

Versions: 68

Compression:

Stored size: 316 Bytes

Contents

class Test::Unit::TestCase
  def output_should_match(regexp)
    assert_match regexp, @stdout + @stderr
  end
  alias_method :output_matches, :output_should_match

  def stdout_should_match(regexp)
    assert_match regexp, @stdout 
  end
  def stderr_should_match(regexp)
    assert_match regexp, @stderr 
  end
end

Version data entries

68 entries across 68 versions & 5 rubygems

Version Path
auser-poolparty-1.2.10 vendor/gems/git-style-binaries/test/shoulda_macros/matching_stdio.rb
auser-poolparty-1.2.11 vendor/gems/git-style-binaries/test/shoulda_macros/matching_stdio.rb
auser-poolparty-1.2.12 vendor/gems/git-style-binaries/test/shoulda_macros/matching_stdio.rb
auser-poolparty-1.2.3 vendor/gems/git-style-binaries/test/shoulda_macros/matching_stdio.rb
auser-poolparty-1.2.4 vendor/gems/git-style-binaries/test/shoulda_macros/matching_stdio.rb
auser-poolparty-1.2.7 vendor/gems/git-style-binaries/test/shoulda_macros/matching_stdio.rb
auser-poolparty-1.2.8 vendor/gems/git-style-binaries/test/shoulda_macros/matching_stdio.rb
auser-poolparty-1.2.9 vendor/gems/git-style-binaries/test/shoulda_macros/matching_stdio.rb
auser-poolparty-1.3.0 vendor/gems/git-style-binaries/test/shoulda_macros/matching_stdio.rb
auser-poolparty-1.3.1 vendor/gems/git-style-binaries/test/shoulda_macros/matching_stdio.rb
auser-poolparty-1.3.10 vendor/gems/git-style-binaries/test/shoulda_macros/matching_stdio.rb
auser-poolparty-1.3.11 vendor/gems/git-style-binaries/test/shoulda_macros/matching_stdio.rb
auser-poolparty-1.3.12 vendor/gems/git-style-binaries/test/shoulda_macros/matching_stdio.rb
auser-poolparty-1.3.13 vendor/gems/git-style-binaries/test/shoulda_macros/matching_stdio.rb
auser-poolparty-1.3.14 vendor/gems/git-style-binaries/test/shoulda_macros/matching_stdio.rb
auser-poolparty-1.3.15 vendor/gems/git-style-binaries/test/shoulda_macros/matching_stdio.rb
auser-poolparty-1.3.16 vendor/gems/git-style-binaries/test/shoulda_macros/matching_stdio.rb
auser-poolparty-1.3.17 vendor/gems/git-style-binaries/test/shoulda_macros/matching_stdio.rb
auser-poolparty-1.3.2 vendor/gems/git-style-binaries/test/shoulda_macros/matching_stdio.rb
auser-poolparty-1.3.3 vendor/gems/git-style-binaries/test/shoulda_macros/matching_stdio.rb