If you are reading this, you probably tried to write code like this
test "testing session" do
build_conn()
|> put_session(:user_id, 234)
|> get("/")
...
endAnd got this exception:
If you are reading this, you probably tried to write code like this
test "testing session" do
build_conn()
|> put_session(:user_id, 234)
|> get("/")
...
endAnd got this exception:
I hereby claim:
To claim this, I am signing this object:
| module Main (..) where | |
| import Html exposing (..) | |
| import Html.Attributes exposing (..) | |
| import Html.Events exposing (..) | |
| import StartApp.Simple as StartApp | |
| import String | |
| -- MODEL | |
| type alias Id = Int |
| alert("hola"); |
| import java.util.HashMap; | |
| public class Node { | |
| private HashMap<String, Node> nodes; | |
| private String name; | |
| // Chraga los datos del objeto. | |
| public Node(String name) { | |
| this.nodes = new HashMap<String, Node>(); |
| <script type="text/javascript"> | |
| (function() { | |
| var st = document.createElement('script'); st.type = 'text/javascript'; st.async = true; | |
| st.src = "http://spider.virali.ca/widget/9.js"; | |
| var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(st, s); | |
| })(); | |
| </script> |
| <script type="text/javascript"> | |
| (function() { | |
| var st = document.createElement('script'); st.type = 'text/javascript'; st.async = true; | |
| st.src = "http://spider.virali.ca/widget/9.js"; | |
| var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(st, s); | |
| })(); | |
| </script> |