Sha256: 96a9780efeb11560ced00958fbf6929c629900e648faf4c438e5e5ebd8470b1b

Contents?: true

Size: 240 Bytes

Versions: 3

Compression:

Stored size: 240 Bytes

Contents

module SpecHelpers
  module Base

    def self.included(base)
      base.class_eval do
        let(:github) { Github.new }
        let(:user)   { 'peter-murach' }
        let(:repo)   { 'github' }
      end
    end

  end
end # SpecHelpers

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
github_api-0.3.8 spec/support/base.rb
github_api-0.3.7 spec/support/base.rb
github_api-0.3.6 spec/support/base.rb