Skip to content

Instantly share code, notes, and snippets.

@voodooGQ
Created March 23, 2018 14:33
Show Gist options
  • Save voodooGQ/717c61235846bc63c6aa31369efda583 to your computer and use it in GitHub Desktop.
Save voodooGQ/717c61235846bc63c6aa31369efda583 to your computer and use it in GitHub Desktop.
RSpec Singleton
describe MySingleton, "#not_initialised" do
before(:each) { Singleton.__init__(MySingleton) }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment