Sha256: ac577dccffd66d25b7584455b3158771970a45077d27141a09d6524faf612d25
Contents?: true
Size: 212 Bytes
Versions: 3
Compression:
Stored size: 212 Bytes
Contents
shared_examples_for "invalid options" do |options| context "with options: #{options.inspect}" do let(:options) { options } specify { expect{subject}.to raise_error(Yema::InvalidOptionError) } end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
yema-0.0.3 | spec/shared/invalid_options.rb |
yema-0.0.2 | spec/shared/invalid_options.rb |
yema-0.0.1 | spec/shared/invalid_options.rb |