Sha256: 9d09a0b4e02f58d37e3d394a7d37ae6e8c8821b085baf038935a12c5d12e200c
Contents?: true
Size: 292 Bytes
Versions: 4
Compression:
Stored size: 292 Bytes
Contents
require File.join(File.dirname(__FILE__), "..", "..", "spec_helper") describe HBase::Model::Row do it "should be have such attributes" do obj = HBase::Model::Row.new({}) %w{name table_name timestamp columns}.each do |method| obj.should respond_to(method) end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hbase-ruby-1.1.3 | spec/hbase/model/row_spec.rb |
hbase-ruby-1.1.2 | spec/hbase/model/row_spec.rb |
hbase-ruby-1.1.1 | spec/hbase/model/row_spec.rb |
hbase-ruby-1.1.0 | spec/hbase/model/row_spec.rb |