spec/osx/symbol_constants_spec.rb in sugarcube-2.4.2 vs spec/osx/symbol_constants_spec.rb in sugarcube-2.5.0
- old
+ new
@@ -162,52 +162,52 @@
end
end
describe "not found" do
- # it 'should not find nonexistant `nsautoresizingmask`' do
- # should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.nsautoresizingmask }
- # end
+ it 'should not find nonexistant `nsautoresizingmask`' do
+ should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.nsautoresizingmask }
+ end
- # it 'should not find nonexistant `nstextalignment`' do
- # should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.nstextalignment }
- # end
+ it 'should not find nonexistant `nstextalignment`' do
+ should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.nstextalignment }
+ end
- # it 'should not find nonexistant `nsdatestyle`' do
- # should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.nsdatestyle }
- # end
+ it 'should not find nonexistant `nsdatestyle`' do
+ should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.nsdatestyle }
+ end
- # it 'should not find nonexistant `nsnumberstyle`' do
- # should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.nsnumberstyle }
- # end
+ it 'should not find nonexistant `nsnumberstyle`' do
+ should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.nsnumberstyle }
+ end
- # it 'should not find nonexistant `nsbuttontype`' do
- # should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.nsbuttontype }
- # end
+ it 'should not find nonexistant `nsbuttontype`' do
+ should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.nsbuttontype }
+ end
- # it 'should not find nonexistant `nsbezelstyle`' do
- # should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.nsbezelstyle }
- # end
+ it 'should not find nonexistant `nsbezelstyle`' do
+ should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.nsbezelstyle }
+ end
- # it 'should not find nonexistant `nsfocusringtype`' do
- # should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.nsfocusringtype }
- # end
+ it 'should not find nonexistant `nsfocusringtype`' do
+ should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.nsfocusringtype }
+ end
- # it 'should not find nonexistant `nslinebreakmode`' do
- # should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.nslinebreakmode }
- # end
+ it 'should not find nonexistant `nslinebreakmode`' do
+ should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.nslinebreakmode }
+ end
- # it 'should not find nonexistant `catimingfunction`' do
- # should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.catimingfunction }
- # end
+ it 'should not find nonexistant `catimingfunction`' do
+ should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.catimingfunction }
+ end
- # it 'should not find nonexistant `cglinecap`' do
- # should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.cglinecap }
- # end
+ it 'should not find nonexistant `cglinecap`' do
+ should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.cglinecap }
+ end
- # it 'should not find nonexistant `cglinejoin`' do
- # should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.cglinejoin }
- # end
+ it 'should not find nonexistant `cglinejoin`' do
+ should.raise(SugarCubeNotFoundException) { :definitely_doesnt_exist_i_am_really_sure_of_it.cglinejoin }
+ end
end
end