require "spec_helper" describe <%= config.gem_class %> do before do helper_example end it "has a version number" do expect(<%= config.gem_class %>::VERSION).not_to be nil end it "does something useful" do expect(false).to eq(true) end end