Skip to content
jimweirich edited this page Sep 2, 2012 · 7 revisions

RSpec/Given

rspec-given is an RSpec extension to allow Given/When/Then notation in RSpec specifications. It is a natural extension of the experimental work done on the Given framework. It turns out that 90% of the Given framework can be trivially implemented on top of RSpec.