Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/controllers/comments_controller_spec.rb')
-rw-r--r--spec/controllers/comments_controller_spec.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/controllers/comments_controller_spec.rb b/spec/controllers/comments_controller_spec.rb
index 8c8a8804e..e2560fd77 100644
--- a/spec/controllers/comments_controller_spec.rb
+++ b/spec/controllers/comments_controller_spec.rb
@@ -130,13 +130,6 @@ describe CommentsController do
@message = bob.post(:status_message, :text => "hey", :to => aspect_to_post.id)
end
- it 'generates a jasmine fixture', :fixture => true do
- 2.times { alice.comment("hey", :post => @message) }
- get :index, :post_id => @message.id
-
- save_fixture(response.body, "ajax_comments_on_post")
- end
-
it 'works for mobile' do
get :index, :post_id => @message.id, :format => 'mobile'
response.should be_success