test/lib/troo/display/board_presenter_test.rb in troo-0.0.4 vs test/lib/troo/display/board_presenter_test.rb in troo-0.0.5
- old
+ new
@@ -42,11 +42,11 @@
subject.must_match /No lists were found./
end
end
end
- describe "#render_show" do
- subject { capture_io { described_class.new(@board, options).render_show }.join }
+ describe "#show" do
+ subject { capture_io { described_class.show(@board, options) }.join }
context "when the board has lists" do
context "and the list has cards" do
it "renders the view" do
subject.must_match /My Test Board/