# frozen_string_literal: true
RSpec.describe <%= config[:constant_name] %> do
it "has a version number" do
expect(<%= config[:constant_name] %>::VERSION).not_to be nil
end
it "does something useful" do
expect(false).to eq(true)
end
end
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| newgem_spec.rb.tt | File | 254 B | 0644 |
|
| spec_helper.rb.tt | File | 394 B | 0644 |
|