Sha256: 834e151b16af860493a1ed25e171c7e662022be4bf302b259dad962a66b3cf7e

Contents?: true

Size: 228 Bytes

Versions: 8

Compression:

Stored size: 228 Bytes

Contents

require "codeclimate-test-reporter"
CodeClimate::TestReporter.start

require 'totrello'
require 'digest/sha1'

TRELLO_DEVELOPER_PUBLIC_KEY ||= ENV['TRELLO_DEVELOPER_PUBLIC_KEY']
TRELLO_MEMBER_TOKEN ||= ENV['TRELLO_MEMBER_TOKEN']

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
totrello-0.3.04 test/spec_helper.rb
totrello-0.3.03 test/spec_helper.rb
totrello-0.3.02 test/spec_helper.rb
totrello-0.3.01 test/spec_helper.rb
totrello-0.3.0 test/spec_helper.rb
totrello-0.2.03 test/spec_helper.rb
totrello-0.2.02 test/spec_helper.rb
totrello-0.2.01 test/spec_helper.rb