Sha256: 0cb63cb665a4b5bd37f7f5e9dedc70e1f2c02718eff0e2fcdffe8066e62bfb52
Contents?: true
Size: 322 Bytes
Versions: 18
Compression:
Stored size: 322 Bytes
Contents
describe Pantograph::Actions::<%= plugin_name.pantograph_class %>Action do describe '#run' do it 'prints a message' do expect(Pantograph::UI).to receive(:message).with("The <%= plugin_name %> plugin is working!") Pantograph::Actions::<%= plugin_name.pantograph_class %>Action.run(nil) end end end
Version data entries
18 entries across 18 versions & 1 rubygems