Sha256: 7eae716374c1248cacd8ec74e8eced6a9159d17e37af84b977a49dbc08dba674

Contents?: true

Size: 227 Bytes

Versions: 7

Compression:

Stored size: 227 Bytes

Contents

require 'test_helper'

class EmptyTest < MTest
  def test_run_simple_test_by_line_number
    output = m('examples/empty_example_test.rb')
    assert !$?.success?
    assert_match(/There were no tests found./, output)
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
m-1.6.1 test/empty_test.rb
m-1.6.0 test/empty_test.rb
m-1.5.1 test/empty_test.rb
m-1.5.0 test/empty_test.rb
m-1.4.2 test/empty_test.rb
m-1.4.0 test/empty_test.rb
m-1.3.4 test/empty_test.rb