Remove unnecessary classifier form test scenario
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/782cfdf0 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/782cfdf0 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/782cfdf0 Branch: refs/heads/master Commit: 782cfdf0879616d03bff4eb8d501153303737c49 Parents: 3da552b Author: Peter Donald <[email protected]> Authored: Mon Feb 20 12:22:48 2017 +1100 Committer: Peter Donald <[email protected]> Committed: Mon Feb 20 12:22:48 2017 +1100 ---------------------------------------------------------------------- spec/packaging/packaging_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/782cfdf0/spec/packaging/packaging_spec.rb ---------------------------------------------------------------------- diff --git a/spec/packaging/packaging_spec.rb b/spec/packaging/packaging_spec.rb index 02b9e0d..29baf6b 100644 --- a/spec/packaging/packaging_spec.rb +++ b/spec/packaging/packaging_spec.rb @@ -356,7 +356,7 @@ describe Project, '#package' do end it 'should create POM artifact that creates its own POM' do - define('foo', :group=>'bar', :version=>'1.0') { package(:jar, :classifier=>'srcs') } + define('foo', :group=>'bar', :version=>'1.0') { package(:jar) } pom = project('foo').packages.first.pom pom.invoke read(pom.to_s).should eql(<<-POM
