require 'rspec' describe User::RegistrationsController do before do # Do nothing end after do # Do nothing end describe "#create" do end end