Sha256: 8989a70b15f5c41be1035a4c738216026c5b963ee38822cb8a2a3eadc2e818bb
Contents?: true
Size: 303 Bytes
Versions: 15
Compression:
Stored size: 303 Bytes
Contents
class TestHelper include <%= @gen.camelname %>::Helpers end module <%= @gen.camelname %> describe Helpers do let(:helpers) { TestHelper.new } it 'says hello' do expect(helpers.hello).to eq 'Hello' end it 'has a config' do expect(CONFIG).to be_a Hash end end end
Version data entries
15 entries across 15 versions & 1 rubygems