Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Make generated specs as pending
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Jan 10, 2017
1 parent c8d5006 commit 9f5a6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/resource_spec.rb.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Terraforming
end

describe ".tf" do
it "should generate tf" do
xit "should generate tf" do
expect(described_class.tf(client: client)).to eq <<-EOS
resource "aws_<%= resource %>" "resource_name" {

Expand All @@ -21,7 +21,7 @@ resource "aws_<%= resource %>" "resource_name" {
end

describe ".tfstate" do
it "should generate tfstate" do
xit "should generate tfstate" do
expect(described_class.tfstate(client: client)).to eq({
"aws_<%= resource %>.resource_name" => {
"type" => "aws_<%= resource %>",
Expand Down

0 comments on commit 9f5a6de

Please sign in to comment.