describe "something something", :shared => true do ... end describe "chunky bacon" do it_should_behave_like "something something" end
On Mar 6, 2010, at 2:31 PM, Nick Hoffman wrote: > API Dock says that "share_examples_for" is deprecated. If that's > correct, what should we be using instead? > > http://apidock.com/rspec/Spec/Extensions/Main/share_examples_for > > Thanks, > Nick > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
