RSpec example groups can be named using symbols

Posted Over 9 years ago. Visible to the public.

Though nowhere to be found in the official docs, this works just fine.

describe Facebook::Post do
  it_behaves_like :time_series
end

shared_examples_for :time_series do
  # shared example code
end
Thomas Klemm
Last edit
7 months ago
Michael Leimstädtner
License
Source code in this card is licensed under the MIT License.
Posted by Thomas Klemm to makandra dev (2014-09-16 10:23)