Class: RSpecStripe::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/rspec-stripe/configuration.rb

Instance Method Summary collapse

Instance Method Details

#configure_rspec_metadata!Object



3
4
5
6
7
8
# File 'lib/rspec-stripe/configuration.rb', line 3

def configure_rspec_metadata!
  unless @rspec_metadata_configured
    RSpecStripe::RSpec::Metadata.configure!
    @rspec_metadata_configured = true
  end
end