test/dummy/config/initializers/cogy.rb in cogy-0.4.0 vs test/dummy/config/initializers/cogy.rb in cogy-0.5.0

- old
+ new

@@ -5,9 +5,10 @@ version: "0.0.1", cogy_executable: "/usr/bin/foo" } c.command_load_paths = ["cogy"] + c.cogy_endpoint = "http://www.example.com/cogy" c.helper(:foo) { env["cog_foo"] } c.helper(:bar) { |text| text.titleize } end