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