summaryrefslogtreecommitdiff
path: root/spec/unit/puppet/parser/functions/str2bool_spec.rb
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2014-02-05 15:06:09 -0800
committerHunter Haugen <hunter@puppetlabs.com>2014-02-05 15:06:09 -0800
commitdacdfaac7ffb4175cf112415886d92f24c12edc7 (patch)
treeb0287e655c51232037602dcd112d3a4a8a53906c /spec/unit/puppet/parser/functions/str2bool_spec.rb
parent5b85e7c39f34b3004881517f886d7f06f8f2a440 (diff)
parenta972e0645b31cf1eb89874cb08b403bdc0fad3a4 (diff)
Merge pull request #218 from mediatemple/remove_trailing_whitespace
Remove trailing whitespace
Diffstat (limited to 'spec/unit/puppet/parser/functions/str2bool_spec.rb')
-rw-r--r--spec/unit/puppet/parser/functions/str2bool_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/puppet/parser/functions/str2bool_spec.rb b/spec/unit/puppet/parser/functions/str2bool_spec.rb
index ef6350f..73c09c7 100644
--- a/spec/unit/puppet/parser/functions/str2bool_spec.rb
+++ b/spec/unit/puppet/parser/functions/str2bool_spec.rb
@@ -21,7 +21,7 @@ describe "the str2bool function" do
result = scope.function_str2bool(["undef"])
result.should(eq(false))
end
-
+
it "should return the boolean it was called with" do
result = scope.function_str2bool([true])
result.should(eq(true))