test/dummy/log/test.log in cogy-0.1.0 vs test/dummy/log/test.log in cogy-0.1.1

- old
+ new

@@ -18180,5 +18180,6220 @@ Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-22 13:57:49 +0200 Processing by Cogy::CogyController#command as HTML Parameters: {"cmd"=>"titleize", "user"=>"george"} Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-22 15:48:25 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (2.2ms) +Completed 500 Internal Server Error in 12ms (Views: 11.2ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-22 15:48:25 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 1.0ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-22 15:48:25 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-22 15:48:25 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.3ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-22 15:48:25 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-22 15:48:25 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-22 15:48:25 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-22 15:48:25 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-22 15:48:25 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-22 15:48:25 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-22 15:48:25 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 3ms (Views: 0.7ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-22 15:48:25 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 3ms (Views: 0.3ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-22 15:48:25 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-22 15:48:25 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-22 15:48:25 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-22 15:48:25 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 14:26:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 7ms (Views: 7.0ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 14:26:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------ +Cogy::CommandTest: test_invalid_opts +------------------------------------ +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:26:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.4ms) +Completed 500 Internal Server Error in 4ms (Views: 3.9ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 14:26:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 14:26:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:26:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:26:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.0ms) +Completed 500 Internal Server Error in 0ms (Views: 0.3ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:26:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:26:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 14:26:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:23 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 4ms (Views: 0.3ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:23 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 4ms (Views: 0.3ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:23 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:23 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.1ms) +Completed 200 OK in 4ms (Views: 0.8ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:23 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:23 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:36 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 7ms (Views: 4.8ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:36 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:36 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:36 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:36 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:36 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.6ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:26:36 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 14:26:36 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:26:36 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.0ms) +Completed 500 Internal Server Error in 3ms (Views: 2.6ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 14:26:36 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:26:36 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 14:26:36 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:26:36 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------ +Cogy::CommandTest: test_invalid_opts +------------------------------------ +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:26:36 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 14:26:36 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 14:26:36 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:45 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 6ms (Views: 4.8ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:45 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:45 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:45 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:45 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:45 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 14:26:45 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:26:45 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:26:45 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.8ms) +Completed 500 Internal Server Error in 5ms (Views: 4.9ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 14:26:45 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------ +Cogy::CommandTest: test_invalid_opts +------------------------------------ +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 14:26:45 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 14:26:45 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:26:45 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:26:45 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.3ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:26:45 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 14:26:45 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:50 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 7ms (Views: 5.0ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:50 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:50 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:50 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:50 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:50 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:26:50 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 14:26:50 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 14:26:50 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:26:50 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 14:26:50 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:26:50 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.0ms) +Completed 500 Internal Server Error in 3ms (Views: 2.8ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:26:50 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_invalid_opts +------------------------------------ +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:26:50 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 14:26:50 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 14:26:50 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:58 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 7ms (Views: 5.0ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:58 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:58 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:58 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:58 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:26:58 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:26:58 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 14:26:58 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.5ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 14:26:58 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 14:26:58 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------ +Cogy::CommandTest: test_invalid_opts +------------------------------------ +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:26:58 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.1ms) +Completed 500 Internal Server Error in 5ms (Views: 5.1ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 14:26:58 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:26:58 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:26:58 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 14:26:58 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:26:58 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 14:27:15 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 5ms (Views: 4.7ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 14:27:15 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:27:15 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:27:15 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.0ms) +Completed 500 Internal Server Error in 3ms (Views: 2.7ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 14:27:15 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 14:27:15 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:27:15 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:27:15 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 0ms (Views: 0.3ms) +------------------------------------ +Cogy::CommandTest: test_invalid_opts +------------------------------------ +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:27:15 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:27:15 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.1ms) +Completed 200 OK in 2ms (Views: 0.7ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:27:15 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:27:15 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:27:15 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:27:15 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 14:27:15 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:27:15 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:29:38 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 9ms (Views: 6.6ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:29:38 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 3ms (Views: 0.5ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:29:38 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:29:38 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 3ms (Views: 0.5ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:29:38 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:29:38 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:29:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.4ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 14:29:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:29:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (2.2ms) +Completed 500 Internal Server Error in 5ms (Views: 4.8ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 14:29:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:29:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_invalid_opts +------------------------------------ +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:29:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 14:29:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:29:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 14:29:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 14:29:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:29:53 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 10ms (Views: 7.8ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:29:53 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 3ms (Views: 0.4ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:29:53 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 4ms (Views: 0.4ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:29:53 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.5ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:29:53 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 3ms (Views: 0.4ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:29:53 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 14:29:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 1.3ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:29:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 14:29:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.4ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:29:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.8ms) +Completed 500 Internal Server Error in 8ms (Views: 7.3ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:29:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 2ms (Views: 1.6ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:29:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.7ms) +------------------------------------ +Cogy::CommandTest: test_invalid_opts +------------------------------------ +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:29:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 14:29:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 14:29:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 14:29:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 14:30:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 7ms (Views: 6.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:30:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.3ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:30:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.3ms) +Completed 500 Internal Server Error in 4ms (Views: 3.3ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:30:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 14:30:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:30:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 14:30:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 14:30:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 14:30:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:30:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.6ms) +------------------------------------ +Cogy::CommandTest: test_invalid_opts +------------------------------------ +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:03 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 4ms (Views: 0.4ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:03 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 3ms (Views: 0.4ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:03 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.5ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:03 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:03 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:03 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:13 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 8ms (Views: 6.4ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:13 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:13 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:13 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:13 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:13 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 14:30:13 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:30:13 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 14:30:13 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 14:30:13 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:30:13 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.6ms) +Completed 500 Internal Server Error in 4ms (Views: 4.3ms) +------------------------------------ +Cogy::CommandTest: test_invalid_opts +------------------------------------ +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 14:30:13 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:30:13 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.5ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:30:13 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.3ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:30:13 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 3ms (Views: 0.6ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 14:30:13 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:30:24 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.0ms) +Completed 500 Internal Server Error in 7ms (Views: 6.7ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:30:24 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.8ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 14:30:24 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.1ms) +Completed 200 OK in 1ms (Views: 0.4ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:30:24 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.3ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:30:24 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 14:30:24 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 14:30:24 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 14:30:24 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------ +Cogy::CommandTest: test_invalid_opts +------------------------------------ +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:24 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:24 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:24 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:24 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:24 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:24 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 14:30:24 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:30:24 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.3ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:35 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 7ms (Views: 5.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:35 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:35 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:35 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:35 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:30:35 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:30:35 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.1ms) +Completed 500 Internal Server Error in 3ms (Views: 2.9ms) +------------------------------------ +Cogy::CommandTest: test_invalid_opts +------------------------------------ +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:30:35 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.3ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:30:35 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.5ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:30:35 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 14:30:35 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 14:30:35 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 14:30:35 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 14:30:35 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 14:30:35 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:30:35 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 14:33:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 5ms (Views: 4.6ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:33:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:33:04 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.7ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:33:04 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:33:04 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:33:04 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:33:04 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:33:04 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:33:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.0ms) +Completed 500 Internal Server Error in 3ms (Views: 2.8ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:33:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.3ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:33:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 14:33:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 14:33:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:33:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.5ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 14:33:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 14:33:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:33:16 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.0ms) +Completed 500 Internal Server Error in 7ms (Views: 6.7ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:33:16 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 14:33:16 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.8ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 14:33:16 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.3ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 14:33:16 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 14:33:16 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 14:33:16 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.5ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:33:16 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:33:16 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:33:16 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:33:16 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:33:16 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:33:16 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 14:33:16 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 14:33:16 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.6ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 14:33:16 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.3ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:04 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 8ms (Views: 6.4ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:04 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:04 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:04 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:04 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:04 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:18:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 15:18:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 15:18:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 15:18:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 15:18:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:18:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.4ms) +Completed 500 Internal Server Error in 4ms (Views: 4.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 15:18:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:18:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.5ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:18:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:18:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.6ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:12 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 9ms (Views: 6.8ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:12 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:12 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:12 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:12 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:12 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.1ms) +Completed 200 OK in 3ms (Views: 1.0ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:18:12 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.4ms) +Completed 500 Internal Server Error in 4ms (Views: 3.4ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:18:12 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:18:12 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 15:18:12 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 15:18:12 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 15:18:12 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:18:12 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 15:18:12 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.4ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 15:18:12 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:18:12 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:30 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 6ms (Views: 5.0ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:30 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:30 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:30 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:30 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:30 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:18:30 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 15:18:30 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:18:30 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.0ms) +Completed 500 Internal Server Error in 3ms (Views: 2.8ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:18:30 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:18:30 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 15:18:30 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 15:18:30 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.3ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 15:18:30 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 15:18:30 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:18:30 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:18:47 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 5ms (Views: 4.9ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 15:18:47 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:18:47 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.8ms) +Completed 500 Internal Server Error in 4ms (Views: 4.1ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 15:18:47 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:18:47 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 15:18:47 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 15:18:47 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:18:47 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:47 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:47 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:47 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:47 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:47 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:18:47 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 15:18:47 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:18:47 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.1ms) +Completed 200 OK in 1ms (Views: 0.8ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:20:28 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 11ms (Views: 8.6ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:20:28 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:20:28 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:20:28 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:20:28 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:20:28 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:20:28 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.3ms) +Completed 500 Internal Server Error in 4ms (Views: 3.3ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:20:28 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:20:28 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 15:20:28 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 15:20:28 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:20:28 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 15:20:28 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 15:20:28 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 15:20:28 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:20:28 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 15:30:10 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 8ms (Views: 7.3ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:30:10 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.4ms) +Completed 500 Internal Server Error in 4ms (Views: 3.4ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:30:10 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 15:30:10 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 15:30:10 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:30:10 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:30:10 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 15:30:10 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 15:30:10 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:30:10 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.3ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:30:10 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:30:10 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 5ms (Views: 0.4ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:30:10 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.1ms) +Completed 200 OK in 4ms (Views: 1.0ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:30:10 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:30:10 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:30:10 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:38:43 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 9ms (Views: 7.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:38:43 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:38:43 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:38:43 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:38:43 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:38:43 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 15:38:43 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 15:38:43 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:38:43 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.3ms) +Completed 500 Internal Server Error in 4ms (Views: 3.3ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 15:38:43 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.4ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:38:43 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:38:43 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.5ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 15:38:43 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:38:43 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.2ms) +Completed 500 Internal Server Error in 2ms (Views: 1.4ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 15:38:43 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:38:43 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:40:16 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 8ms (Views: 6.5ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:40:17 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:40:17 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:40:17 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:40:17 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:40:17 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 15:40:17 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:40:17 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:40:17 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.4ms) +Completed 500 Internal Server Error in 4ms (Views: 3.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 15:40:17 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 15:40:17 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 15:40:17 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:40:17 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:40:17 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:40:17 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.0ms) +Completed 500 Internal Server Error in 0ms (Views: 0.3ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 15:40:17 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:41:21 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 9ms (Views: 6.9ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:41:21 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:41:21 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:41:21 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:41:21 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:41:21 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:41:21 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.6ms) +Completed 500 Internal Server Error in 4ms (Views: 4.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:41:21 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 15:41:21 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 15:41:21 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 15:41:21 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 15:41:21 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:41:21 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:41:21 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 15:41:21 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:41:21 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 15:41:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 7ms (Views: 6.9ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:41:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:41:53 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:41:53 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:41:53 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:41:53 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:41:53 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:41:53 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.4ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 15:41:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:41:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.8ms) +Completed 500 Internal Server Error in 6ms (Views: 5.3ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:41:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:41:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 15:41:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 15:41:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 15:41:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:41:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:42:12 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 9ms (Views: 6.6ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:42:12 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:42:12 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:42:12 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:42:12 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:42:12 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:42:12 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.3ms) +Completed 500 Internal Server Error in 3ms (Views: 3.3ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:42:12 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 15:42:12 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:42:12 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.3ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 15:42:12 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 15:42:12 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 15:42:12 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:42:12 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.3ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 15:42:12 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:42:12 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 15:44:50 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 6ms (Views: 6.0ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:44:50 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:44:50 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.4ms) +Completed 500 Internal Server Error in 4ms (Views: 3.4ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:44:50 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.4ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 15:44:50 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 15:44:50 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 15:44:50 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:44:50 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:44:50 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.3ms) +Completed 500 Internal Server Error in 2ms (Views: 1.4ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 15:44:50 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:44:50 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:44:50 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:44:50 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:44:50 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:44:50 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:44:50 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:45:07 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 8ms (Views: 7.8ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 15:45:07 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:45:07 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:45:07 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:45:07 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:45:07 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:45:07 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:45:07 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 15:45:07 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 15:45:07 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.8ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:45:07 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.4ms) +Completed 500 Internal Server Error in 4ms (Views: 4.3ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:45:07 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.0ms) +Completed 500 Internal Server Error in 0ms (Views: 0.3ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:45:07 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:45:07 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 15:45:07 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 15:45:07 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 15:45:22 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 5ms (Views: 5.1ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:45:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 15:45:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:45:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.0ms) +Completed 500 Internal Server Error in 3ms (Views: 2.6ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:45:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.5ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 15:45:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 15:45:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:45:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.5ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:45:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 15:45:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:45:23 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:45:23 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:45:23 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:45:23 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:45:23 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:45:23 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 15:45:29 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 5ms (Views: 5.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:45:29 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:45:29 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:45:29 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:45:29 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:45:29 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:45:29 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:45:29 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 15:45:29 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.4ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:45:29 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.1ms) +Completed 500 Internal Server Error in 3ms (Views: 2.8ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 15:45:29 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 15:45:29 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 15:45:29 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:45:29 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:45:29 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:45:29 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:46:58 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 9ms (Views: 6.7ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:46:58 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:46:58 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:46:58 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:46:58 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:46:58 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 15:46:58 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:46:58 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:46:58 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.4ms) +Completed 500 Internal Server Error in 4ms (Views: 3.5ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:46:58 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 15:46:58 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 15:46:58 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 15:46:58 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 15:46:58 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:46:58 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:46:58 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.3ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:47:05 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 6ms (Views: 5.1ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:47:05 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:47:05 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 3ms (Views: 1.1ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:47:05 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:47:05 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 15:47:05 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 15:47:05 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:47:05 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:47:05 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.1ms) +Completed 500 Internal Server Error in 3ms (Views: 2.8ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 15:47:05 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 15:47:05 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 15:47:05 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 15:47:05 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:47:05 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 15:47:05 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.3ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 15:47:05 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 16:33:00 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 7ms (Views: 6.9ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 16:33:00 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 16:33:00 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.4ms) +Completed 500 Internal Server Error in 4ms (Views: 3.4ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 16:33:00 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.3ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 16:33:00 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 16:33:00 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 16:33:00 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 16:33:00 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 16:33:00 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 16:33:00 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:33:00 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:33:00 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:33:00 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:33:00 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:33:00 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:33:00 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 16:33:34 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 7ms (Views: 6.3ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 16:33:34 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:33:34 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:33:34 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:33:34 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:33:34 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:33:34 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:33:34 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 16:33:34 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 16:33:34 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 16:33:34 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 16:33:34 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.4ms) +Completed 500 Internal Server Error in 5ms (Views: 4.5ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 16:33:34 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.0ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 16:33:34 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 16:33:34 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 16:33:34 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:35:45 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 9ms (Views: 7.1ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:35:45 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:35:45 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:35:45 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:35:45 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:35:45 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 16:35:45 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 16:35:45 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 16:35:45 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.4ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 16:35:45 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 16:35:45 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 16:35:45 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 16:35:45 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 16:35:45 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.6ms) +Completed 500 Internal Server Error in 5ms (Views: 4.9ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 16:35:45 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.9ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 16:35:45 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.2ms) +Completed 500 Internal Server Error in 2ms (Views: 1.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 16:43:49 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.3ms) +Completed 500 Internal Server Error in 9ms (Views: 8.8ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 16:43:49 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 1.3ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-23 16:43:49 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-23 16:43:49 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.3ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 16:43:49 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-23 16:43:49 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-23 16:43:49 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-23 16:43:49 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-23 16:43:49 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-23 16:43:49 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:43:49 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 3ms (Views: 0.4ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:43:49 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:43:49 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.1ms) +Completed 200 OK in 4ms (Views: 0.8ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:43:49 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:43:49 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-23 16:43:49 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:10:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.3ms) +Completed 500 Internal Server Error in 9ms (Views: 9.1ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:10:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 1.1ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:10:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:10:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:10:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:10:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.4ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:10:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:10:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:10:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-24 13:10:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 13:10:38 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 3ms (Views: 0.3ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 13:10:38 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 3ms (Views: 0.6ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 13:10:38 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 13:10:38 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 13:10:38 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 13:10:38 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:12:28 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 7ms (Views: 6.8ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:12:28 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:12:28 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.4ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:12:28 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:12:28 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.5ms) +Completed 500 Internal Server Error in 4ms (Views: 3.6ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:12:28 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:12:28 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:12:28 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.5ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:12:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.5ms) +Completed 500 Internal Server Error in 9ms (Views: 9.2ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:12:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 1.5ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:12:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:12:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:12:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:12:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:12:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:12:38 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.5ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 13:12:44 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 9ms (Views: 7.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 13:12:44 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 13:12:44 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 13:12:44 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 3ms (Views: 0.3ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 13:12:44 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 13:12:44 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-24 13:12:49 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 6ms (Views: 5.4ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:12:49 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:12:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (2.1ms) +Completed 500 Internal Server Error in 10ms (Views: 10.1ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:12:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.8ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:12:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.3ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:12:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.5ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:12:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:12:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.3ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:12:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:12:53 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:13:48 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 7ms (Views: 6.6ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:13:48 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:13:48 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.7ms) +Completed 500 Internal Server Error in 5ms (Views: 4.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:13:48 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.3ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:13:48 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:13:48 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.3ms) +Completed 500 Internal Server Error in 2ms (Views: 1.6ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:13:48 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:13:48 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:14:15 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.3ms) +Completed 500 Internal Server Error in 10ms (Views: 9.5ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:14:15 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 1.1ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:14:15 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:14:15 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:14:15 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:14:15 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 0ms (Views: 0.3ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:14:15 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:14:15 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:14:29 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 5ms (Views: 4.7ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:14:29 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.1ms) +Completed 500 Internal Server Error in 3ms (Views: 2.7ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:14:29 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:14:29 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:14:29 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:14:29 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:14:29 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:14:29 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:14:32 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.0ms) +Completed 500 Internal Server Error in 8ms (Views: 7.3ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:14:32 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:14:32 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 1ms (Views: 1.1ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:14:32 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:14:32 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.0ms) +Completed 500 Internal Server Error in 1ms (Views: 0.3ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:14:32 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:14:32 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:14:32 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:15:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 5ms (Views: 4.9ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:15:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:15:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:15:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:15:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:15:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.1ms) +Completed 500 Internal Server Error in 3ms (Views: 2.8ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:15:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:15:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 0ms (Views: 0.3ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:17:25 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.5ms) +Completed 500 Internal Server Error in 10ms (Views: 9.2ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:17:25 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 1.0ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:17:25 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:17:25 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:17:25 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:17:25 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:17:25 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.4ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:17:25 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.5ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:17:43 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 54723ms (Views: 8.5ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:18:37 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:18:37 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.6ms) +Completed 500 Internal Server Error in 5ms (Views: 4.3ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:18:37 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:18:37 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:18:37 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:18:37 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:18:37 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.5ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:18:40 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 6ms (Views: 5.4ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:18:40 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:18:40 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.1ms) +Completed 500 Internal Server Error in 4ms (Views: 3.3ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:18:40 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.0ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:18:40 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:18:40 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:18:40 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 10837ms (Views: 0.7ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:18:51 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.5ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:19:00 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 6ms (Views: 5.2ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:19:00 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:19:00 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.0ms) +Completed 500 Internal Server Error in 3ms (Views: 2.8ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:19:00 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.0ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:19:00 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.5ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:19:00 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:19:00 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:19:00 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:19:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.0ms) +Completed 500 Internal Server Error in 7ms (Views: 6.8ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:19:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:19:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.9ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:19:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:19:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:19:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:19:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.4ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:19:03 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:19:05 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.1ms) +Completed 500 Internal Server Error in 8ms (Views: 8.0ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:19:05 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:19:05 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 1ms (Views: 0.8ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:19:05 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.5ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:19:05 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:19:05 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:19:05 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:19:05 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:19:11 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.0ms) +Completed 500 Internal Server Error in 7ms (Views: 6.7ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:19:11 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 1ms (Views: 0.9ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:19:11 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:19:11 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.3ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:19:11 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:19:11 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:19:11 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.3ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:19:11 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:19:14 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 6ms (Views: 5.7ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:19:14 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.1ms) +Completed 200 OK in 1ms (Views: 0.4ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:19:14 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.1ms) +Completed 500 Internal Server Error in 3ms (Views: 2.8ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:19:14 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:19:14 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.0ms) +Completed 500 Internal Server Error in 0ms (Views: 0.3ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:19:14 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:19:14 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:19:14 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:19:54 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.4ms) +Completed 500 Internal Server Error in 10ms (Views: 9.6ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:19:54 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.5ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:19:54 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 1.1ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:19:54 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:19:54 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:19:54 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:19:54 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:19:54 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.5ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:21:13 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 7ms (Views: 6.6ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:21:13 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:21:13 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.5ms) +Completed 500 Internal Server Error in 6ms (Views: 3.9ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:21:13 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.8ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:21:13 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:21:13 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:21:13 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:21:13 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:21:26 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.0ms) +Completed 500 Internal Server Error in 8ms (Views: 7.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:21:26 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 1ms (Views: 0.8ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:21:26 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:21:26 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.3ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:21:26 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.4ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:21:26 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.0ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:21:26 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:21:26 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 95991ms (Views: 0.9ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:23:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 5ms (Views: 5.1ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:23:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:23:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:23:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.3ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:23:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.0ms) +Completed 500 Internal Server Error in 3ms (Views: 2.8ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:23:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:23:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:23:04 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.3ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 13:23:08 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 8ms (Views: 6.1ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 13:23:08 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 13:23:08 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.5ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 13:23:08 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 13:23:08 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 13:23:08 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 13:23:08 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 13:23:08 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:23:08 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 13:23:08 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:23:08 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.0ms) +Completed 500 Internal Server Error in 3ms (Views: 2.8ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:23:08 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 13:23:08 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 13:23:08 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.1ms) +Completed 200 OK in 2ms (Views: 0.8ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-24 13:23:08 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 13:23:08 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 17:32:40 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.3ms) +Completed 500 Internal Server Error in 10ms (Views: 9.2ms) +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 17:32:40 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 1.2ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 17:32:40 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 17:32:40 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 17:32:40 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.6ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 17:32:40 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 17:32:40 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 17:32:40 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.0ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-24 17:32:40 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 17:32:40 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 17:32:40 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 17:32:40 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.1ms) +Completed 200 OK in 2ms (Views: 0.6ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 17:32:40 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 17:32:40 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 17:32:40 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 17:32:40 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +---------------------------------------------------- +Cogy::HelpersTest: test_custom_helper_with_arguments +---------------------------------------------------- +Started GET "/cogy/cmd/titleize/george" for 127.0.0.1 at 2016-11-24 17:33:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"titleize", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 8ms (Views: 7.3ms) +----------------------------------------------------------------- +Cogy::HelpersTest: test_custom_helpers_can_access_default_helpers +----------------------------------------------------------------- +Started GET "/cogy/cmd/foohelper/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 17:33:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"foohelper", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +-------------------------------------- +Cogy::InventoryTest: test_content_type +-------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 17:33:23 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +-------------------------------------------- +Cogy::InventoryTest: test_cog_bundle_version +-------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 17:33:23 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_commands_section +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 17:33:23 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.3ms) +----------------------------------------------- +Cogy::InventoryTest: test_bundle_version_lambda +----------------------------------------------- +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 17:33:23 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 2ms (Views: 0.4ms) +------------------------------------ +Cogy::InventoryTest: test_valid_yaml +------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 17:33:23 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------ +Cogy::InventoryTest: test_without_commands +------------------------------------------ +Started GET "/cogy/inventory" for 127.0.0.1 at 2016-11-24 17:33:23 +0200 +Processing by Cogy::CogyController#inventory as HTML + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.2ms) +------------------------------------------- +Cogy::CommandTest: test_error_response_code +------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 17:33:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (1.4ms) +Completed 500 Internal Server Error in 4ms (Views: 3.9ms) +----------------------------------------- +Cogy::CommandTest: test_command_not_found +----------------------------------------- +Started GET "/cogy/cmd/idontexist/foo" for 127.0.0.1 at 2016-11-24 17:33:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"idontexist", "user"=>"foo"} + Rendered text template (0.0ms) +Completed 404 Not Found in 0ms (Views: 0.2ms) +------------------------------------ +Cogy::CommandTest: test_calc_command +------------------------------------ +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2B&cog_argv_0=1&cog_argv_1=2" for 127.0.0.1 at 2016-11-24 17:33:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"+", "cog_argv_0"=>"1", "cog_argv_1"=>"2", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +Started GET "/cogy/cmd/calc/george?cog_opt_op=%2F&cog_argv_0=10&cog_argv_1=5" for 127.0.0.1 at 2016-11-24 17:33:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cog_opt_op"=>"/", "cog_argv_0"=>"10", "cog_argv_1"=>"5", "cmd"=>"calc", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +------------------------------------------ +Cogy::CommandTest: test_error_tmpl_message +------------------------------------------ +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 17:33:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.4ms) +------------------------------------------------ +Cogy::CommandTest: test_invalid_opts_declaration +------------------------------------------------ +-------------------------------- +Cogy::CommandTest: test_cogy_env +-------------------------------- +Started GET "/cogy/cmd/print_env/george?cogy_foo=bar" for 127.0.0.1 at 2016-11-24 17:33:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cogy_foo"=>"bar", "cmd"=>"print_env", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 0ms (Views: 0.2ms) +---------------------------------------------- +Cogy::CommandTest: test_error_tmpl_contenttype +---------------------------------------------- +Started GET "/cogy/cmd/raiser/george" for 127.0.0.1 at 2016-11-24 17:33:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"raiser", "user"=>"george"} + Rendered /Users/agis/dev/cogy/app/views/cogy/error.text.erb (0.1ms) +Completed 500 Internal Server Error in 1ms (Views: 0.5ms) +----------------------------------------- +Cogy::CommandTest: test_rails_url_helpers +----------------------------------------- +Started GET "/cogy/cmd/rails_url_helpers/george" for 127.0.0.1 at 2016-11-24 17:33:23 +0200 +Processing by Cogy::CogyController#command as HTML + Parameters: {"cmd"=>"rails_url_helpers", "user"=>"george"} + Rendered text template (0.0ms) +Completed 200 OK in 1ms (Views: 0.3ms)