Sha256: dbfefa4900edb2d46e7f3198e484b02fb752c3c4e58d8efbbc979f2af5a252cd
Contents?: true
Size: 227 Bytes
Versions: 3
Compression:
Stored size: 227 Bytes
Contents
require 'spec_helper' require 'swing/shared' describe Swing::JTable do context 'creation' do let(:new_args) { [2,2] } it_behaves_like 'enhanced awt component' it_behaves_like 'tool tipped component' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
swing-0.1.8 | spec/swing/j_table_spec.rb |
swing-0.1.7 | spec/swing/j_table_spec.rb |
swing-0.1.5 | spec/swing/j_table_spec.rb |