Sha256: b7b08593e8e16b0bd6ccbbf4a6960ed6989c8738e96c8f8a882170f73fc42673

Contents?: true

Size: 367 Bytes

Versions: 26

Compression:

Stored size: 367 Bytes

Contents

require "spec_helper"

RSpec.describe <%= configuration.project_namespaced_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

26 entries across 26 versions & 1 rubygems

Version Path
gemsmith-19.8.0 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-19.7.0 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-19.6.0 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-19.5.2 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-19.5.1 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-19.5.0 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-19.4.0 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-19.3.0 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-19.2.0 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-19.1.0 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-19.0.0 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-18.9.0 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-18.8.0 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-18.7.0 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-18.6.0 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-18.5.0 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-18.4.0 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-18.3.0 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-18.2.0 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb
gemsmith-18.1.1 lib/gemsmith/templates/%project_name%/spec/lib/%project_path%/configuration/content_spec.rb.erb