search for: asset_spec

Displaying 4 results from an estimated 4 matches for "asset_spec".

2007 Nov 09
9
fixture_file_upload and edge rspec?
Hi all, I had some specs that were using fixture_file_upload that were passing just fine. Then I froze edge rails to get some 2.0 functionality, then a I upgraded to trunk rspec to deal with uninitialized constant ActionView::Helpers::JavaScriptMacrosHelper After a couple other of tribulations, I have now gotten down to just a couple of not passing specs, all using the fixture_file_upload.
2007 May 24
3
Annoying problem, stack error
...f/vendor/plugins/rspec/lib" "/Users/sparta/Projects/work/idastudios/ff/vendor/plugins/rspec/bin/spec" "spec/controllers/comments_controller_spec.rb" "spec/controllers/posts_controller_spec.rb" "spec/controllers/users_controller_spec.rb" "spec/models/asset_spec.rb" "spec/models/category_spec.rb" "spec/models/comment_spec.rb" "spec/models/message_spec.rb" "spec/models/post_spec.rb" "spec/models/user_spec.rb" "spec/models/vote_spec.rb" --options "/Users/sparta/Projects/work/idastudios/ff/...
2007 May 26
11
RSpec
...t; "spec/controllers/session_controller_spec.rb" "spec/controllers/user_assets_controller_spec.rb" "spec/controllers/users_controller_spec.rb" "spec/helpers/user_assets_helper_spec.rb" "spec/helpers/user_assets_url_helpers_spec.rb" "spec/models/asset_spec.rb" "spec/models/authenticated_base_spec.rb" "spec/models/user_spec.rb" "spec/views/assets/edit_rhtml_spec.rb" "spec/views/assets/index_rhtml_spec.rb" "spec/views/assets/new_rhtml_spec.rb" "spec/views/assets/show_rhtml_spec.rb" "...
2007 May 10
12
shared descriptions -- a couple of issues
Hello All, I''ve just upgraded to rspec/rspec_on_rails 0.9.3 and am very excited about shared descriptions. They couldn''t have come at a better time: I just finished refactoring some REST controllers so that the bulk of the actions are inherited from a superclass. Now I can write the specs once, too. :) I''ve hit a couple of snags, though. I thought I''d