Hi,
When I write a test as:
test "some cool feature" do ... end
I can no longer run a focused unit test with command+shift+R. Using the old painful syntax work though:
def test_some_cool_feature
How to edit the TM bundle so that it can run a focused test with the new DSL?
Thanks in advance.