cabbage-ex / cabbage

Story BDD tool for executing elixir in ExUnit
MIT License
144 stars 34 forks source link

Tests produce warning #6

Closed mgwidmann closed 7 years ago

mgwidmann commented 7 years ago

Running the tests with a clean _build folder produces the following warnings:

warning: this clause cannot match because a previous clause at line 1 always matches
  test/feature_test.exs:1

warning: this clause cannot match because a previous clause at line 1 always matches
  test/outline_test.exs:1
rawkode commented 7 years ago

Hi @mgwidmann,

I went to take a look at this, but couldn't replicate with Elixir 1.3 or 1.4

mgwidmann commented 7 years ago

I think the second one was fixed in https://github.com/cabbage-ex/gherkin/pull/5 and the other may have been cleaned up accidentally by another PR...

Thanks!