Sha256: 8ad7a15a316346b22414295ee548c037bfb4635018b8cef3df1e17a7ef686cd9
Contents?: true
Size: 335 Bytes
Versions: 14
Compression:
Stored size: 335 Bytes
Contents
Given /^I have a rails app(?:lication)? with license finder$/ do @user = ::DSL::User.new @user.create_rails_app end When(/^I run rake license_finder$/) do @output = @user.execute_command "rake license_finder --quiet" end Then(/^I should see a normal output$/) do @output.should include "Dependencies that need approval:" end
Version data entries
14 entries across 14 versions & 1 rubygems