Skip to content

Instantly share code, notes, and snippets.

@shkm
Created September 12, 2014 19:10
Show Gist options
  • Save shkm/0ea8f115e7e068389ec1 to your computer and use it in GitHub Desktop.
Save shkm/0ea8f115e7e068389ec1 to your computer and use it in GitHub Desktop.
Get text of the main describe block in RSpec. Useful for rendering views with locals.
describe 'shared/some_partial.html.erb' do
before(:all) { layout = self.class.metadata[:description] }
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment