You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

profile_steps.rb 228 B

2 years ago
1234567
  1. Given('the following profile(s) is/are defined:') do |profiles|
  2. write_file('cucumber.yml', profiles)
  3. end
  4. Then('the {word} profile should be used') do |profile|
  5. expect(command_line.all_output).to include_output(profile)
  6. end

No Description

Contributors (1)