Evgeny Myasishchev
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created RubyMine and rspec with custom files pattern
Hi,It seems like RubyMine does not read options defined in .rspec config file. All my spec files have -spec.rb ending instead of _spec.rb. My .rspec file looks like:--color--pattern "spec/**/*[_|-]...