spec/timber/cli/installers/config_file_spec.rb in timber-2.1.2 vs spec/timber/cli/installers/config_file_spec.rb in timber-2.1.3

- old
+ new

@@ -4,11 +4,10 @@ let(:api_key) { "abcd1234" } let(:app) do attributes = { "api_key" => api_key, "environment" => "development", - "framework_type" => "rails", "heroku_drain_url" => "http://drain.heroku.com", "name" => "My Rails App", "platform_type" => "other" } Timber::CLI::API::Application.new(attributes) @@ -53,6 +52,6 @@ expect(installer.send(:logrageify?)).to eq(true) expect(output.string).to eq("\n--------------------------------------------------------------------------------\n\nWe noticed you have lograge installed. Would you like to configure \nTimber to function similarly?\n(This silences template renders, sql queries, and controller calls.\nYou can always do this later in config/initialzers/timber.rb)\n\n\e[34my) Yes, configure Timber like lograge\e[0m\n\e[34mn) No, use the Rails logging defaults\e[0m\n\nEnter your choice: (y/n) ") end end end -end \ No newline at end of file +end