confetti 0.9.7 → 0.9.8
Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock
CHANGED
data/lib/confetti/version.rb
CHANGED
@@ -71,6 +71,11 @@ describe Confetti::Template::WebosAppinfo do
|
|
71
71
|
@template.app_id.should == "com.whatever"
|
72
72
|
end
|
73
73
|
|
74
|
+
it "should convert total nonsense to a default value" do
|
75
|
+
@config.package = "1"
|
76
|
+
@template.app_id.should == "com.phonegap.app"
|
77
|
+
end
|
78
|
+
|
74
79
|
it "should downcase the package name" do
|
75
80
|
@config.package = "com.WhatEver"
|
76
81
|
@template.app_id.should == "com.whatever"
|