lib/knapsack_pro/config/env.rb in knapsack_pro-0.50.1 vs lib/knapsack_pro/config/env.rb in knapsack_pro-0.51.0

- old
+ new

@@ -134,9 +134,13 @@ def test_suite_token_minitest ENV['KNAPSACK_PRO_TEST_SUITE_TOKEN_MINITEST'] end + def test_suite_token_test_unit + ENV['KNAPSACK_PRO_TEST_SUITE_TOKEN_TEST_UNIT'] + end + def test_suite_token_cucumber ENV['KNAPSACK_PRO_TEST_SUITE_TOKEN_CUCUMBER'] end def test_suite_token_spinach