Sha256: ab8f976a7918d88150da52b24ce8e1cec65730942fa2994572d0b1d65bbfcd93
Contents?: true
Size: 278 Bytes
Versions: 42
Compression:
Stored size: 278 Bytes
Contents
require "rspec" RSpec.shared_examples "a formatter object" do Berkshelf::BaseFormatter.instance_methods(false).each do |name| next if name == :cleanup_hook it "implements ##{name}" do expect(subject.method(name).owner).to eq(described_class) end end end
Version data entries
42 entries across 42 versions & 1 rubygems