Commit 117b17e2 authored by Steffen van Bergerem's avatar Steffen van Bergerem Committed by Benjamin Neff
Browse files

Remove unused conversations modal fixture

closes #7129
parent 8983554f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -10,6 +10,7 @@
* Show spinner when loading comments in the stream [#7170](https://github.com/diaspora/diaspora/pull/7170)
* Show spinner when loading comments in the stream [#7170](https://github.com/diaspora/diaspora/pull/7170)
* Add a dark color theme [#7152](https://github.com/diaspora/diaspora/pull/7152)
* Add a dark color theme [#7152](https://github.com/diaspora/diaspora/pull/7152)
* Added setting for custom changelog URL [#7166](https://github.com/diaspora/diaspora/pull/7166)
* Added setting for custom changelog URL [#7166](https://github.com/diaspora/diaspora/pull/7166)
* Show more information of recipients on conversation creation [#7129](https://github.com/diaspora/diaspora/pull/7129)


# 0.6.1.0
# 0.6.1.0


+0 −3
Original line number Original line Diff line number Diff line
@@ -29,9 +29,6 @@ describe ConversationsController, :type => :controller do


      get :index, :conversation_id => @conv1.id
      get :index, :conversation_id => @conv1.id
      save_fixture(html_for("body"), "conversations_read")
      save_fixture(html_for("body"), "conversations_read")

      get :new, modal: true
      save_fixture(response.body, "conversations_modal")
    end
    end
  end
  end