Skip to content

Commit

Permalink
[spec] update tests for windows-packageVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
goya committed Jun 15, 2017
1 parent 4cac37c commit 226525c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/templates/windows_manifest_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@
@config.version_string = "1.3.a"
@template.version.should == "1.3.0.0"
end

it "should use windows_package_version if present" do
@config.windows_package_version = "4.5.6"
@template.version.should == "4.5.6.0"
end
end

describe "package_identifier" do
Expand Down

0 comments on commit 226525c

Please sign in to comment.