mstate

Results 2 comments of mstate

I got this working by configuring test explorer to use a shell script as my rspec command. ## Contents of rspec-inside-docker.sh ## ``` #!/bin/bash MY_MODIFIED_RSPEC=$(echo $@ | sed -r "s#[A-Za-z0-9_/\-]+spec/#spec/#g")...

I've submitted pull request #106 with proposed code changes.