1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-29 15:28:27 +09:00
whippy-edition/spec/services/block_service_spec.rb
2016-10-03 18:17:06 +02:00

6 lines
90 B
Ruby

require 'rails_helper'
RSpec.describe BlockService do
subject { BlockService.new }
end