Sha256: f9c2557f72debf0079ecf11b91ffb061050908ffd2a97063d3a822ee6e35aee4

Contents?: true

Size: 222 Bytes

Versions: 6

Compression:

Stored size: 222 Bytes

Contents

# encoding: utf-8

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

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

Minitest.run_specs

Version data entries

6 entries across 6 versions & 1 rubygems

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