cabbage-ex / cabbage

Story BDD tool for executing elixir in ExUnit
MIT License
138 stars 33 forks source link

Use different type for feature tests #66

Closed hauleth closed 5 years ago

hauleth commented 5 years ago

2nd argument for ExUnit.Case.register_test/4 should be the test type. Currently Cabbage use :test which is pretty uninformative. Instead it would be better to use something like :feature so it would be explicitly stated as feature tests in summary.