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