8 lines
285 B
Ruby
8 lines
285 B
Ruby
# frozen_string_literal: true
|
|
|
|
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
|
require 'rails_helper'
|
|
|
|
RSpec.describe "<%= file_path %>/<%= @action %>", <%= type_metatag(:view) %> do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|