module ShakeTheCounter

Constants

VERSION

Public Class Methods

set_credentials_from_environment() click to toggle source

For testing purpose only: set the username and password in environment variables to make the tests pass with your test credentials.

# File lib/shake_the_counter.rb, line 30
def self.set_credentials_from_environment
  Config.environment = :test
  Config.verbose = true
end