Skip to content

Instantly share code, notes, and snippets.

@alassiter
Created June 17, 2011 14:23
Show Gist options
  • Save alassiter/1031509 to your computer and use it in GitHub Desktop.
Save alassiter/1031509 to your computer and use it in GitHub Desktop.
task(:maruku_test => :environment) do
x = "3"
body = "<%= x %>"
puts "body: " + body + "\n"
puts Maruku.new(body).to_html
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment