Sha256: 7a1ce4fe49d6199f4dc55aee7c82a5b921f9b525ed7ab1b0ba1c4799d1e87814
Contents?: true
Size: 330 Bytes
Versions: 4
Compression:
Stored size: 330 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 -q" end Then(/^I should see a normal output$/) do @output.should include "Dependencies that need approval:" end
Version data entries
4 entries across 4 versions & 1 rubygems