mirror of
https://github.com/kikobar/mastodon.git
synced 2024-12-27 08:14:25 +00:00
6 lines
122 B
Ruby
6 lines
122 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe Rule, type: :model do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|