diff --git a/Rakefile b/Rakefile index 242ff98..cea8d4a 100644 --- a/Rakefile +++ b/Rakefile @@ -15,7 +15,7 @@ RDoc::Task.new(:rdoc) do |rdoc| end -render js: "console.log(123)" +puts '123' Bundler::GemHelper.install_tasks