spec/timber/cli/installers/root_spec.rb in timber-2.1.2 vs spec/timber/cli/installers/root_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)
@@ -96,6 +95,6 @@
it "should return other" do
expect(installer.send(:get_sub_installer).class).to eq(Timber::CLI::Installers::Other)
end
end
end
-end
\ No newline at end of file
+end