Sha256: 76a9a949e381e0ccd1296fc44bc3d728ce6d6cd970e3cd00c8239641c3fda09a

Contents?: true

Size: 182 Bytes

Versions: 5

Compression:

Stored size: 182 Bytes

Contents

require 'yaml'

begin
  ACCOUNT = YAML.load_file(File.dirname(__FILE__) + '/account.yml')
rescue
  p 'create an account.yml file with your credentials to run integration tests.'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wakatime-0.2.2 spec/support/account.rb
wakatime-0.2.1 spec/support/account.rb
wakatime-0.2.0 spec/support/account.rb
wakatime-0.1.0 spec/support/account.rb
wakatime-0.0.2 spec/support/account.rb