mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-23 00:27:48 +01:00
15 lines
164 B
Ruby
15 lines
164 B
Ruby
|
require 'rspec'
|
||
|
|
||
|
describe User::RegistrationsController do
|
||
|
before do
|
||
|
# Do nothing
|
||
|
end
|
||
|
|
||
|
after do
|
||
|
# Do nothing
|
||
|
end
|
||
|
|
||
|
describe "#create" do
|
||
|
|
||
|
end
|
||
|
end
|