spec/config_spec.rb in bbc-cosmos-config-0.1.1 vs spec/config_spec.rb in bbc-cosmos-config-0.1.2
- old
+ new
@@ -41,10 +41,11 @@
describe "#tags" do
it "returns the aws tags" do
expect(subject.aws.tags).to eq(
{
"aws:cloudformation:stack-name" => "stack_name",
- "Component" => "component_name"
+ "Component" => "component_name",
+ "AppName" => "app_name"
}
)
end
end