Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding base64 function #159

Merged
merged 1 commit into from
May 24, 2013
Merged

Conversation

fiddyspence
Copy link
Contributor

Adding base64 function and spec test. Included a bonus fix to
validate_slength_spec.rb to put the expectation message in the right
place.

Adding base64 function and spec test.  Included a bonus fix to
validate_slength_spec.rb to put the expectation message in the right
place.
@@ -35,7 +35,7 @@
end

it "should fail if you pass something other than a string or array" do
expect { scope.function_validate_slength([Hash.new["moo" => "7"],6]) }.to(raise_error(Puppet::ParseError), /please pass a string, or an array of strings/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, I'm surprised this worked at all. Thanks!

adrienthebo added a commit that referenced this pull request May 24, 2013
@adrienthebo adrienthebo merged commit 9c8c827 into puppetlabs:master May 24, 2013
@adrienthebo
Copy link
Contributor

summary: merged into master as 9c8c827. Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants