Sha256: f24db64431aeab135eebf30f39aac2f4b45ffec45c00682e7d07fd3a3603e34f
Contents?: true
Size: 348 Bytes
Versions: 4
Compression:
Stored size: 348 Bytes
Contents
require 'spec_helper' require 'support/helpers/construct_spec_helper' require 'taketo/constructs/project' include Taketo describe "Project" do subject(:project) { Taketo::Constructs::Project.new(:foo) } it "has name" do expect(project.name).to eq(:foo) end it_behaves_like "a construct with nodes", :environments, :environment end
Version data entries
4 entries across 4 versions & 1 rubygems