Sha256: a570de4537095659a5d41acedb81544020ad1d0dfac40ae842d57cb22d735f09
Contents?: true
Size: 233 Bytes
Versions: 98
Compression:
Stored size: 233 Bytes
Contents
begin require 'rspec/expectations'; rescue LoadError; require 'spec/expectations'; end Before('@nothing_has_this_tag') do @vb = :cool end Given /^whatever$/ do end Then /^VB should not be cool$/ do @vb.should_not == :cool end
Version data entries
98 entries across 94 versions & 12 rubygems