Sha256: 1b498e96bfc2821731d537ae36023d8ab8b3bce1436b516b7f6d0b5642aa866b

Contents?: true

Size: 312 Bytes

Versions: 6

Compression:

Stored size: 312 Bytes

Contents

# encoding: utf-8

require 'rubygems'
require 'stringio' # stdlib
require 'spec' # not 'minitest'

describe 'a' do
  after_last do
    1.must_equal 2
  end
  t('') { puts 1 }
end

describe 'b' do
  t('') { puts 2 }
end

# no dots
class Minitest::ProgressReporter
  def record result
  end
end

Minitest.run_specs

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
spec-5.0.19 test/manual/appium_after_last.rb
spec-5.0.18 test/manual/appium_after_last.rb
spec-5.0.17 test/manual/appium_after_last.rb
spec-5.0.16 test/manual/appium_after_last.rb
spec-5.0.15 test/manual/appium_after_last.rb
spec-5.0.14 test/manual/appium_after_last.rb