This repository was archived by the owner on Nov 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +1
-6
lines changed Expand file tree Collapse file tree 4 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,6 @@ defmodule GroupherServer.Test.Accounts do
9494 describe "[github login]" do
9595 alias Accounts . { GithubUser , User }
9696
97- @ tag :wip
9897 test "register a valid github user with non-exist in db" do
9998 assert { :error , _ } =
10099 ORM . find_by ( GithubUser , github_id: to_string ( @ valid_github_profile [ "id" ] ) )
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ defmodule GroupherServer.Test.Billing do
1818 end
1919
2020 describe "[billing curd]" do
21- @ tag :wip
2221 test "create bill record with valid attrs" , ~m( user valid_attrs) a do
2322 { :ok , record } = Billing . create_record ( user , valid_attrs )
2423
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ defmodule GroupherServer.Test.Mailer do
99 @ support_email get_config ( :system_emails , :support )
1010
1111 describe "basic email" do
12- @ tag :wip
1312 test "send welcome email when user has email addr" do
1413 { :ok , user } = db_insert ( :user , % { email: "fake@gmail.com" } )
1514
@@ -24,7 +23,6 @@ defmodule GroupherServer.Test.Mailer do
2423 assert_delivered_email ( expected_email )
2524 end
2625
27- @ tag :wip
2826 test "not send welcome email when user has no email addr" do
2927 { :ok , user } = db_insert ( :user )
3028
Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ defmodule GroupherServer.Test.Helper.ORMTest do
2424 # end
2525
2626 # describe "orm hooks" do
27- # @tag :wip2
28- # test "create hooks" do
27+ # test "create hooks" do
2928 # user_attrs = mock_attrs(:user)
3029 # user_attrs2 = mock_attrs(:user)
3130
You can’t perform that action at this time.
0 commit comments