diff --git a/app/models/create_organization.rb b/app/models/create_organization.rb new file mode 100644 index 0000000..28d2a46 --- /dev/null +++ b/app/models/create_organization.rb @@ -0,0 +1,2 @@ +class CreateOrganization < Task +end diff --git a/test/unit/create_organization_test.rb b/test/unit/create_organization_test.rb new file mode 100644 index 0000000..440071f --- /dev/null +++ b/test/unit/create_organization_test.rb @@ -0,0 +1,7 @@ +require File.dirname(__FILE__) + '/../test_helper' + +class CreateOrganizationTest < Test::Unit::TestCase + + # TODO: add tests + +end -- libgit2 0.21.2