Hacker News new | ask | show | jobs
by slhck 1892 days ago
This is my main issue with Rspec documentation.
1 comments

RSpec has none of that, a typical example from the first page of their documentation:

  RSpec.describe Widget do
    example do
      expect(described_class).to equal(Widget)
    end
  end

Pretty non-meta.