# -*- encoding : utf-8 -*- require 'wagn/spec_helper' describe Card::Set::Type::Phrase do it "should have special editor" do assert_view_select render_editor('Phrase'), 'input[type="text"][class="card-content"]' end end