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.
|
- Then('the junit output file {string} should contain:') do |actual_file, text|
- actual = IO.read("#{File.expand_path('.')}/#{actual_file}")
- actual = remove_self_ref(replace_junit_time(actual))
-
- expect(actual).to be_similar_output_than(text)
- end
|