Another thing I can suggest giving a shot is to pass `parameter` as a `let`
instead of passing it as a ... ugh ... parameter. This way it will be both
available in methods and examples of the shared_examples.
it_behaves_like "some example group" do
let(:parameter) { ... }
end
--
You received this message because you are subscribed to the Google Groups
"rspec" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/rspec/5cde4fe4-4eee-4d92-8c1d-f3ded73e046co%40googlegroups.com.