Skip to content

Instantly share code, notes, and snippets.

require 'spec_helper'
describe OrganizationsController do
login_admin
def valid_attributes
{"name"=>"test_org",
"uri_name"=>"test_org",
"admin_email"=>"test_org@example.com",
"admin_first_name"=>"test_org_first_name",