spec/timber/cli/installers/rails_spec.rb in timber-2.1.2 vs spec/timber/cli/installers/rails_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) @@ -350,6 +349,6 @@ installer.send(:install_logger, env_file_path, logger_code) end end end -end \ No newline at end of file +end