Skip to content
Jim Weirich edited this page Dec 20, 2013 · 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.