jstewart-integrity-yammer 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/integrity-yammer.gemspec +1 -1
- data/lib/notifier/config.haml +1 -1
- data/spec/integrity_yammer_spec.rb +1 -1
- metadata +1 -1
data/integrity-yammer.gemspec
CHANGED
data/lib/notifier/config.haml
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
%p.normal
|
2
|
-
%label{ :for => "integrity_yammer_notify_oauth_yml" }
|
2
|
+
%label{ :for => "integrity_yammer_notify_oauth_yml" } Oauth Yaml File
|
3
3
|
%input.text#integrity_yammer_notify_oauth_yml{ :name => "notifiers[Yammer][oauth_yml]", :value => config["oauth_yml"] || "yammer_oauth.yml", :type => "text" }
|
@@ -30,7 +30,7 @@ describe Integrity::Notifier::Yammer do
|
|
30
30
|
end
|
31
31
|
|
32
32
|
describe "generating a form for configuration" do
|
33
|
-
describe "with a field for the
|
33
|
+
describe "with a field for the oauth yaml file" do
|
34
34
|
it "should have the proper name, id and label" do
|
35
35
|
the_form.should have_textfield("integrity_yammer_notify_oauth_yml").named("notifiers[Yammer][oauth_yml]").with_label("Oauth Yaml File").with_value("yammer_oauth.yml")
|
36
36
|
end
|