Remove registrations_controller_spec.rb

This commit is contained in:
Dominik M. Kwiatek 2020-05-23 16:04:08 +01:00
parent a92dd54be3
commit 9f01da8e03
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
require 'rspec'
describe User::RegistrationsController do
before do
# Do nothing
end
after do
# Do nothing
end
describe "#create" do
end
end