Sha256: bdd30873ed32191bb8d580f2f05e7039b5491f9bb291f3035c31da6b865862fd

Contents?: true

Size: 356 Bytes

Versions: 3

Compression:

Stored size: 356 Bytes

Contents

require "spec_helper"

RSpec.describe <%= configuration.project_class %>::Configuration::Content do
  subject(:content) { described_class.new }

  describe "#initialize" do
    it "answers default hash" do
      expect(content).to have_attributes(
        action_config: nil,
        action_help: nil,
        action_version: nil
      )
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gemsmith-16.2.0 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-16.1.0 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-16.0.0 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb