test/plugins/test-theme/plugin.rb in octopress-ink-1.0.0.alpha.44 vs test/plugins/test-theme/plugin.rb in octopress-ink-1.0.0.alpha.45

- old
+ new

@@ -1,7 +1,7 @@ require 'octopress-ink' -Octopress::Ink.new_plugin({ +Octopress::Ink.add_plugin({ name: "Classic Theme", type: "theme", description: "Test theme y'all", assets_path: File.expand_path(File.dirname(__FILE__)) })