Vasili Kachalko
Results
2
issues of
Vasili Kachalko
If names of test suites are identical, the first test fails and the second passes, rake tasks finishes with wrong exit code. Example: ``` coffeescript describe 'TestApp', -> it 'suiteName',...
Hi, I'm having troubles with adding a record as a child in tests: ```elixir defmodule SomeApp.Api.Node do use Ecto.Schema use AsNestedSet, scope: [:emotion_id] end root_node = %Node{emotion_id: emotion.id, name: "root"}...