Dashboard/spec/models/dashboard/admin_data_item_spec.rb

7 lines
158 B
Ruby

require 'rails_helper'
module Dashboard
RSpec.describe AdminDataItem, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end
end