diff --git a/spec/components/pretty_text_spec.rb b/spec/components/pretty_text_spec.rb index 34a35ef9ea2..378ef51c356 100644 --- a/spec/components/pretty_text_spec.rb +++ b/spec/components/pretty_text_spec.rb @@ -40,13 +40,6 @@ describe PrettyText do match_html "

hello @bob's @bob,@bob; @bob\"

" end - it 'should spoiler text' do - PrettyText.cook("[spoiler]hello[/spoiler]").should match_html "

hello

" - end - - it 'should spoiler img' do - PrettyText.cook("[spoiler][/spoiler]").should match_html "

" - end end describe "rel nofollow" do