moxley / atom-ruby-test

Run Ruby tests, Rspec examples, and Cucumber features from Atom
MIT License
43 stars 36 forks source link

Testing just opens a shell, but doesnt run the tests. #109

Open gee-forr opened 7 years ago

gee-forr commented 7 years ago

Hi there,

I realise that this project is not 100% maintained anymore. Hopefully this is something I can fix with your help, and submit a PR.

When I issue a test run with ctrl+alt+e for instance, the terminal opens, but I just get a prompt and no test run.

It's probably easier to describe with a gif, so here you go.

untitled

nolanpro commented 7 years ago

@gee-forr interesting. This looks like a shell issue that might be with platformio-ide-terminal. From the gif it looks like the command is being entered before the prompt is available. Would you mind checking if you can run the command in the already open window at your $ prompt? For example just paste in bundle exec bin/rspec --tty --format progress spec/vast/crv_spec.rb:52 or maybe just hitting arrow-up to get the last run command and see if that runs correctly? Thanks!