Sha256: 15a45a39a8212521e4e1fc295ffa0a9630ff4a37ab8880f2f920b9b9d67c96aa

Contents?: true

Size: 214 Bytes

Versions: 1

Compression:

Stored size: 214 Bytes

Contents

require 'spec_helper'

describe "Teacup::CONTRIBUTORS" do

  it 'has contributors' do
    Teacup::CONTRIBUTORS.should be
  end

  it 'is an array' do
    Teacup::CONTRIBUTORS.should be_instance_of Array
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
teacup-0.0.1.pre spec/teacup/contributions_spec.rb