Sha256: 267d307d7ef521dbe102f12aee494ec76c426ea6c43cb981db69b05e6f5b642d

Contents?: true

Size: 273 Bytes

Versions: 1

Compression:

Stored size: 273 Bytes

Contents

require 'spec_helper'
require "yaml"


def account_file_path
  File.join File.dirname(__FILE__), 'integration/rmega_account.yml'
end

def account_file_exists?
  File.exists? account_file_path
end

def valid_account
  @valid_account ||= YAML.load_file account_file_path
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rmega-0.0.3 spec/integration_spec_helper.rb