Sha256: 50d05b117b5c88f220b7cf36b1cf6f730ce0fc5ce4841f8d54e8d9727aa298bd

Contents?: true

Size: 249 Bytes

Versions: 1

Compression:

Stored size: 249 Bytes

Contents

require File.expand_path('../spec_helper', __FILE__)
describe Rea do

  it "should have a version number" do
    Rea.const_defined?(:VERSION).should be_true
  end

  it 'should have providers' do
    Rea::providers.should eq([Rea::DBLP])
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rea-0.0.1 spec/test_rea.rb