This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
RSpec Expectations
To use RSpec’s expectations (should), make sure the following is in features/support/env.rb:
require 'spec/expectations'
'spec/expectations' also includes 'spec/matchers'. When cucumber sees the Spec::Matchers and Spec::Expectations modules defined, it will implicitly include them in the World in which the steps are executed.
Do not require 'spec', because that loads up a bunch of RSpec modules that you don’t need and might get in your way.






