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