spec/swing/j_frame_spec.rb in swing-0.1.8 vs spec/swing/j_frame_spec.rb in swing-0.1.10
- old
+ new
@@ -5,10 +5,10 @@
context 'creating' do
after(:each) { @frame.dispose if @frame }
let(:new_args) { ['Frame'] }
- it_behaves_like 'enhanced awt component'
+ it_behaves_like 'enhanced Awt::Component'
it 'is possible to create Frame with options' do
@frame = Swing::JFrame.new "Option frame",
:layout => Awt::FlowLayout.new(Awt::FlowLayout::LEFT),
:size => [1100, 1200]