Sha256: 20b84b9bd8e6b5eb8586ce8fb362454370774750d3ec303071e74927c9f0f828

Contents?: true

Size: 205 Bytes

Versions: 7

Compression:

Stored size: 205 Bytes

Contents

require File.expand_path("../spec_helper", __FILE__)

describe "OrientDB" do

  it "should create a valid database" do
    DB.should be_a_kind_of OrientDB::Database
    DB.name.should == "test"
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
orientdb-0.0.11-jruby spec/orientdb_spec.rb
orientdb-0.0.10-jruby spec/orientdb_spec.rb
orientdb-0.0.9-jruby spec/orientdb_spec.rb
orientdb-0.0.8-jruby spec/orientdb_spec.rb
orientdb-0.0.7-jruby spec/orientdb_spec.rb
orientdb-0.0.6-jruby spec/orientdb_spec.rb
orientdb-0.0.5-jruby spec/orientdb_spec.rb