jasmine-headless-webkit/features/steps/then/bin/file_should_contain_runner.rb

5 lines
132 B
Ruby
Raw Normal View History

Then /^the file "([^"]*)" should contain a JHW runner$/ do |file|
File.read(file).should include('jasmine.HeadlessReporter')
end