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