Sha256: b994a926d0cd552f90825d6e67efef295d2775acf3a15e91e139ed2ad5b022a6
Contents?: true
Size: 174 Bytes
Versions: 131
Compression:
Stored size: 174 Bytes
Contents
require 'spec/expectations' 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
131 entries across 131 versions & 13 rubygems