Y
Hacker News
new
|
ask
|
show
|
jobs
by
pizzapill
1892 days ago
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.