mod/05_standard/spec/set/self/head_spec.rb in card-1.17.4 vs mod/05_standard/spec/set/self/head_spec.rb in card-1.18.0

- old
+ new

@@ -1,17 +1,15 @@ # -*- encoding : utf-8 -*- describe Card::Set::Self::Head do - it "should have a javascript tag" do + it 'should have a javascript tag' do assert_view_select render_card(:raw, name: '*head'), 'script[type="text/javascript"]' end context 'tinyMCE config' do before do @tinyMCE = Card[:tiny_mce] end it 'should handle tinyMCE configuration errors' do - end end - end