Sha256: 3e44ff7e2957362298e41389c31646a5577cf046e28a42ae684afa6307146688

Contents?: true

Size: 347 Bytes

Versions: 6

Compression:

Stored size: 347 Bytes

Contents

# encoding: utf-8

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

describe 'a' do
  before_first do
    1.must_equal 2
  end
  t('') { puts 1 }
  t('') { 2.must_equal 3 }
  t('') { 4.must_equal 5 }
  t('') { puts 4 }
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_before_first.rb
spec-5.0.18 test/manual/appium_before_first.rb
spec-5.0.17 test/manual/appium_before_first.rb
spec-5.0.16 test/manual/appium_before_first.rb
spec-5.0.15 test/manual/appium_before_first.rb
spec-5.0.14 test/manual/appium_before_first.rb