Skip to content

Instantly share code, notes, and snippets.

@lamp
Created July 13, 2010 19:45
Show Gist options
  • Save lamp/474394 to your computer and use it in GitHub Desktop.
Save lamp/474394 to your computer and use it in GitHub Desktop.
2)
Merb::ControllerExceptions::BadRequest in 'Presentations batches of presentations should create one presentation'
No routes match the request. Request uri: /Presentations.json
/Users/matthew/.bundle/ruby/1.8/gems/merb-core-1.1.3/lib/merb-core/test/helpers/mock_request_helper.rb:398:in `check_request_for_route'
/Users/matthew/.bundle/ruby/1.8/gems/merb-core-1.1.3/lib/merb-core/test/helpers/mock_request_helper.rb:338:in `mock_request'
/Users/matthew/.bundle/ruby/1.8/gems/merb-core-1.1.3/lib/merb-core/test/helpers/mock_request_helper.rb:264:in `post'
./spec/requests/../helpers/spec_helper.rb:45:in `post_authenticated'
./spec/requests/presentations_spec.rb:16:
3)
Merb::ControllerExceptions::BadRequest in 'Presentations batches of presentations should create one presentation with campaign criteria'
No routes match the request. Request uri: /Presentations/create.json
/Users/matthew/.bundle/ruby/1.8/gems/merb-core-1.1.3/lib/merb-core/test/helpers/mock_request_helper.rb:398:in `check_request_for_route'
/Users/matthew/.bundle/ruby/1.8/gems/merb-core-1.1.3/lib/merb-core/test/helpers/mock_request_helper.rb:338:in `mock_request'
/Users/matthew/.bundle/ruby/1.8/gems/merb-core-1.1.3/lib/merb-core/test/helpers/mock_request_helper.rb:264:in `post'
./spec/requests/../helpers/spec_helper.rb:45:in `post_authenticated'
./spec/requests/presentations_spec.rb:21:
4)
Merb::ControllerExceptions::BadRequest in 'Presentations batches of presentations should create multiple presentations'
No routes match the request. Request uri: /Presentations/create.json
/Users/matthew/.bundle/ruby/1.8/gems/merb-core-1.1.3/lib/merb-core/test/helpers/mock_request_helper.rb:398:in `check_request_for_route'
/Users/matthew/.bundle/ruby/1.8/gems/merb-core-1.1.3/lib/merb-core/test/helpers/mock_request_helper.rb:338:in `mock_request'
/Users/matthew/.bundle/ruby/1.8/gems/merb-core-1.1.3/lib/merb-core/test/helpers/mock_request_helper.rb:264:in `post'
./spec/requests/../helpers/spec_helper.rb:45:in `post_authenticated'
./spec/requests/presentations_spec.rb:32:
5)
Merb::ControllerExceptions::BadRequest in 'Presentations batches of presentations should create multiple presentations with campaign criteria'
No routes match the request. Request uri: /Presentations/create
/Users/matthew/.bundle/ruby/1.8/gems/merb-core-1.1.3/lib/merb-core/test/helpers/mock_request_helper.rb:398:in `check_request_for_route'
/Users/matthew/.bundle/ruby/1.8/gems/merb-core-1.1.3/lib/merb-core/test/helpers/mock_request_helper.rb:338:in `mock_request'
/Users/matthew/.bundle/ruby/1.8/gems/merb-core-1.1.3/lib/merb-core/test/helpers/mock_request_helper.rb:264:in `post'
./spec/requests/../helpers/spec_helper.rb:45:in `post_authenticated'
./spec/requests/presentations_spec.rb:43:
6)
Merb::ControllerExceptions::BadRequest in 'Presentations batches of presentations should return a presentation with errors'
No routes match the request. Request uri: /Presentations/create.json
/Users/matthew/.bundle/ruby/1.8/gems/merb-core-1.1.3/lib/merb-core/test/helpers/mock_request_helper.rb:398:in `check_request_for_route'
/Users/matthew/.bundle/ruby/1.8/gems/merb-core-1.1.3/lib/merb-core/test/helpers/mock_request_helper.rb:338:in `mock_request'
/Users/matthew/.bundle/ruby/1.8/gems/merb-core-1.1.3/lib/merb-core/test/helpers/mock_request_helper.rb:264:in `post'
./spec/requests/../helpers/spec_helper.rb:45:in `post_authenticated'
./spec/requests/presentations_spec.rb:66:
7)
Merb::ControllerExceptions::BadRequest in 'Presentations batches of presentations should return presentations with errors'
No routes match the request. Request uri: /presentations
/Users/matthew/.bundle/ruby/1.8/gems/merb-core-1.1.3/lib/merb-core/test/helpers/mock_request_helper.rb:398:in `check_request_for_route'
/Users/matthew/.bundle/ruby/1.8/gems/merb-core-1.1.3/lib/merb-core/test/helpers/mock_request_helper.rb:338:in `mock_request'
/Users/matthew/.bundle/ruby/1.8/gems/merb-core-1.1.3/lib/merb-core/test/helpers/mock_request_helper.rb:264:in `post'
./spec/requests/../helpers/spec_helper.rb:45:in `post_authenticated'
./spec/requests/presentations_spec.rb:73:
8)
Merb::Router::GenerationError in 'Presentations batches of presentations should update the selected presentation'
Resource route not found: [#<Videojuicer::Presentation:0x106b48398 @attributes={:document_content=>nil, :abstract=>"Presentation abstract 9", :document_type=>"SMIL 3.0", :slug=>nil, :callback_url=>nil, :title=>"Presentation title 52", :image_asset_id=>nil, :updated_at=>#<DateTime: 8485832411/3456,1/24,2299161>, :publish_from=>nil, :user_id=>4, :image_asset_url=>nil, :state=>"ready", :publish_until=>nil, :disclosure=>"public", :tag_list=>"", :created_at=>#<DateTime: 8485832411/3456,1/24,2299161>, :author=>"Bob Anon", :document_layout=>nil, :id=>1, :author_url=>nil}, @dirty_attribute_keys=[], @errors={}>]
/Users/matthew/.bundle/ruby/1.8/gems/merb-core-1.1.3/lib/merb-core/dispatch/router.rb:271:in `resource'
/Users/matthew/.bundle/ruby/1.8/gems/merb-core-1.1.3/lib/merb-core/test/helpers/route_helper.rb:75:in `resource'
./spec/requests/presentations_spec.rb:87:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment