spec/timber/cli/installers/other_spec.rb in timber-2.1.2 vs spec/timber/cli/installers/other_spec.rb in timber-2.1.3
- old
+ new
@@ -6,11 +6,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)
@@ -45,6 +44,6 @@
installer.run(app)
end
end
end
-end
\ No newline at end of file
+end