JoshCheek/mrspec

Bug: When the test suite blows up before running, it is filled with the rspec backtrace

Opened this issue · 0 comments

RSpec.describe 'something' do
  exampel '<-- that is misspelled' do
    expect(1).to eq 1
  end
end

screen shot 2016-03-05 at 11 45 36 am