# frozen_string_literal: true
require “spec_helper”
RSpec.describe <%= config %> do
it "works" do expect(true) .to eq(true) end
end
# frozen_string_literal: true
require “spec_helper”
RSpec.describe <%= config %> do
it "works" do expect(true) .to eq(true) end
end