mirror of
https://github.com/kingomarnajjar/curly-happiness.git
synced 2026-07-25 22:27:18 +10:00
5 lines
122 B
Ruby
5 lines
122 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe Role, type: :model do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|