adds phoenix boilerplate and database api
- message communication added - database migration added - initial commit
This commit is contained in:
		
							
								
								
									
										8
									
								
								test/bump_web/controllers/page_controller_test.exs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								test/bump_web/controllers/page_controller_test.exs
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
defmodule BumpWeb.PageControllerTest do
 | 
			
		||||
  use BumpWeb.ConnCase
 | 
			
		||||
 | 
			
		||||
  test "GET /", %{conn: conn} do
 | 
			
		||||
    conn = get(conn, "/")
 | 
			
		||||
    assert html_response(conn, 200) =~ "Welcome to Phoenix!"
 | 
			
		||||
  end
 | 
			
		||||
end
 | 
			
		||||
		Reference in New Issue
	
	Block a user