diff --git a/test/functional/api_projects_controller_test.rb b/test/functional/api_projects_controller_test.rb index eefc7a1..33b41ea 100644 --- a/test/functional/api_projects_controller_test.rb +++ b/test/functional/api_projects_controller_test.rb @@ -23,35 +23,35 @@ end test "create validates that the passed organisation exists" do - flunk + end test "create validates that the passed organisation is a funder" do - flunk + end test "create validates that the passed organisation has only 1 template" do - flunk + end test "create validates that a passed organisation with more than one template specifies template" do - flunk + end test "create checks for a guidance and adds it if it exists" do - flunk + end test "create checks for guidances and adds them if they exist" do - flunk + end test "create invites is user email not already in system" do - flunk + end test "create creates a new project when params correct" do - flunk + end end \ No newline at end of file