Sha256: 25a0f1ae0c47b1a8058f692ac2e9794761c86d612e172d3917a7cf3b7411afe6
Contents?: true
Size: 242 Bytes
Versions: 5
Compression:
Stored size: 242 Bytes
Contents
Given(/^A pom file with dependencies$/) do @user = ::DSL::User.new @user.create_maven_app end Then(/^I should see a Maven dependency with a license$/) do @user.should be_seeing_line "junit, 4.11, Common Public License Version 1.0" end
Version data entries
5 entries across 5 versions & 1 rubygems