Sha256: 744ebc22b11e63fc1b6e12021cf31b0f9e7cbf4c8cc7c8c54fab1c277cd736c7

Contents?: true

Size: 288 Bytes

Versions: 13

Compression:

Stored size: 288 Bytes

Contents

run "../common", {}, once: true

wait "3" do
  has_text? "Superbara"
end

for feature_path in Dir.glob("tests/features/*.rb") do
  feature_file = "../features/#{File.basename(feature_path)}"

  puts """

RUNNING: #{feature_file}
"""
  run "../features/#{File.basename(feature_path)}"
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
superbara-0.15.1 tests/all/main.rb
superbara-0.15.0 tests/all/main.rb
superbara-0.14.7 tests/all/main.rb
superbara-0.14.6 tests/all/main.rb
superbara-0.14.5 tests/all/main.rb
superbara-0.14.4 tests/all/main.rb
superbara-0.14.3 tests/all/main.rb
superbara-0.14.2 tests/all/main.rb
superbara-0.14.1 tests/all/main.rb
superbara-0.14.0 tests/all/main.rb
superbara-0.13.2 tests/all/main.rb
superbara-0.13.1 tests/all/main.rb
superbara-0.13.0 tests/all/main.rb