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