spec/shoes/swt/font_spec.rb in shoes-swt-4.0.0.pre6 vs spec/shoes/swt/font_spec.rb in shoes-swt-4.0.0.pre7

- old
+ new

@@ -1,8 +1,8 @@ require 'spec_helper' describe Shoes::Swt::Font do - subject {Shoes::Swt::Font} + subject { Shoes::Swt::Font } describe 'Shoes::FONTS' do it 'has the FONTS array initially populared' do expect(Shoes::FONTS).not_to be_empty end