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:
authordanielgrippi <danielgrippi@gmail.com>2011-12-22 01:34:31 +0400
committerDennis Collinson <dennis.collective@gmail.com>2012-01-08 02:23:25 +0400
commit21eba82e76ef678e97353abec57a81b8b05cf251 (patch)
treee63ae9090b672e182e82274d66732be7887cae62 /spec/controllers/comments_controller_spec.rb
parentc95f4f30e7e8e27e664353a2f26e7a9c42c02eab (diff)
moved all jasmine fixture building into spec/controllers/jasmine_fixtures/
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