Guest User

Untitled

a guest
Sep 27th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 70.31 KB | None | 0 0
  1. $ bundle exec rake spec --trace
  2. (in /Users/kimball/surveyor)
  3. ** Invoke spec (first_time)
  4. ** Execute spec
  5. /Users/kimball/.rvm/rubies/ruby-1.9.2-p180/bin/ruby -S bundle exec rspec ./spec/controllers/surveyor_controller_spec.rb ./spec/helpers/surveyor_helper_spec.rb ./spec/lib/benchmark_spec.rb ./spec/lib/common_spec.rb ./spec/lib/parser_spec.rb ./spec/lib/redcap_parser_spec.rb ./spec/lib/unparser_spec.rb ./spec/models/answer_spec.rb ./spec/models/dependency_condition_spec.rb ./spec/models/dependency_spec.rb ./spec/models/question_group_spec.rb ./spec/models/question_spec.rb ./spec/models/response_set_spec.rb ./spec/models/response_spec.rb ./spec/models/survey_section_spec.rb ./spec/models/survey_spec.rb ./spec/models/validation_condition_spec.rb ./spec/models/validation_spec.rb
  6. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/controllers/surveyor_controller_spec.rb:3)
  7. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/controllers/surveyor_controller_spec.rb:3)
  8. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::ViewRendering instead. (called from <top (required)> at /Users/kimball/surveyor/spec/controllers/surveyor_controller_spec.rb:3)
  9. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::ControllerExampleGroup instead. (called from <top (required)> at /Users/kimball/surveyor/spec/controllers/surveyor_controller_spec.rb:3)
  10. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/helpers/surveyor_helper_spec.rb:3)
  11. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/helpers/surveyor_helper_spec.rb:3)
  12. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::ViewAssigns instead. (called from <top (required)> at /Users/kimball/surveyor/spec/helpers/surveyor_helper_spec.rb:3)
  13. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::HelperExampleGroup instead. (called from <top (required)> at /Users/kimball/surveyor/spec/helpers/surveyor_helper_spec.rb:3)
  14. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/lib/benchmark_spec.rb:3)
  15. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/lib/benchmark_spec.rb:3)
  16. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/lib/common_spec.rb:3)
  17. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/lib/common_spec.rb:3)
  18. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/lib/parser_spec.rb:3)
  19. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/lib/parser_spec.rb:3)
  20. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/lib/redcap_parser_spec.rb:3)
  21. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/lib/redcap_parser_spec.rb:3)
  22. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/lib/unparser_spec.rb:3)
  23. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/lib/unparser_spec.rb:3)
  24. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/answer_spec.rb:3)
  25. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/answer_spec.rb:3)
  26. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/dependency_condition_spec.rb:4)
  27. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/dependency_condition_spec.rb:4)
  28. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/dependency_spec.rb:3)
  29. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/dependency_spec.rb:3)
  30. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/dependency_spec.rb:49)
  31. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/dependency_spec.rb:49)
  32. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/dependency_spec.rb:81)
  33. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/dependency_spec.rb:81)
  34. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/question_group_spec.rb:3)
  35. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/question_group_spec.rb:3)
  36. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/question_spec.rb:3)
  37. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/question_spec.rb:3)
  38. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/question_spec.rb:47)
  39. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/question_spec.rb:47)
  40. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/question_spec.rb:69)
  41. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/question_spec.rb:69)
  42. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/question_spec.rb:105)
  43. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/question_spec.rb:105)
  44. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/response_set_spec.rb:3)
  45. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/response_set_spec.rb:3)
  46. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/response_set_spec.rb:207)
  47. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/response_set_spec.rb:207)
  48. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/response_set_spec.rb:254)
  49. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/response_set_spec.rb:254)
  50. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/response_set_spec.rb:298)
  51. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/response_set_spec.rb:298)
  52. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/response_set_spec.rb:330)
  53. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/response_set_spec.rb:330)
  54. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/response_set_spec.rb:368)
  55. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/response_set_spec.rb:368)
  56. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/response_set_spec.rb:400)
  57. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/response_set_spec.rb:400)
  58. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/response_spec.rb:3)
  59. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/response_spec.rb:3)
  60. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/response_spec.rb:81)
  61. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/response_spec.rb:81)
  62. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/survey_section_spec.rb:3)
  63. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/survey_section_spec.rb:3)
  64. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/survey_section_spec.rb:21)
  65. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/survey_section_spec.rb:21)
  66. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/survey_spec.rb:4)
  67. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/survey_spec.rb:4)
  68. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/survey_spec.rb:38)
  69. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/survey_spec.rb:38)
  70. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/survey_spec.rb:67)
  71. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/survey_spec.rb:67)
  72. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/validation_condition_spec.rb:3)
  73. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/validation_condition_spec.rb:3)
  74. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/validation_condition_spec.rb:9)
  75. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/validation_condition_spec.rb:9)
  76. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/validation_condition_spec.rb:55)
  77. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/validation_condition_spec.rb:55)
  78. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/validation_condition_spec.rb:84)
  79. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/validation_condition_spec.rb:84)
  80. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/validation_spec.rb:3)
  81. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/validation_spec.rb:3)
  82. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/validation_spec.rb:34)
  83. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/validation_spec.rb:34)
  84. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::SetupAndTeardownAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/validation_spec.rb:54)
  85. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in RSpec::Rails::TestUnitAssertionAdapter instead. (called from <top (required)> at /Users/kimball/surveyor/spec/models/validation_spec.rb:54)
  86. ....................F.FFF.......F.....F.......F.....FFFF........FFFFFFFF...FFFFFFFFFFFFFFFFFF..FFFFF.....FFF....FFFFFF...........FFFFFF....F..............................F.....FFFF.FF...........................
  87.  
  88. Failures:
  89.  
  90. 1) SurveyorController update my survey: PUT /surveys/XYZ/PDQ should complete the found response set on finish
  91. Failure/Error: put :update, :survey_code => "XYZ", :response_set_code => "PDQ", :finish => "finish", :r => responses
  92. ActiveModel::MassAssignmentSecurity::Error:
  93. Can't mass-assign protected attributes: question_id, answer_id, string_value
  94. # ./lib/surveyor/models/response_methods.rb:38:in `initialize'
  95. # ./lib/surveyor/surveyor_controller_methods.rb:72:in `block in update'
  96. # ./lib/surveyor/surveyor_controller_methods.rb:69:in `update'
  97. # ./spec/controllers/surveyor_controller_spec.rb:198:in `do_put_with_finish'
  98. # ./spec/controllers/surveyor_controller_spec.rb:212:in `block (3 levels) in <top (required)>'
  99.  
  100. 2) SurveyorController update my survey with ajax should return an id for new responses
  101. Failure/Error: xhr :put, :update, :survey_code => "XYZ", :response_set_code => "PDQ", :r => r
  102. ActiveModel::MassAssignmentSecurity::Error:
  103. Can't mass-assign protected attributes: question_id, answer_id
  104. # ./lib/surveyor/models/response_methods.rb:38:in `initialize'
  105. # ./lib/surveyor/surveyor_controller_methods.rb:72:in `block in update'
  106. # ./lib/surveyor/surveyor_controller_methods.rb:69:in `update'
  107. # ./spec/controllers/surveyor_controller_spec.rb:232:in `do_ajax_put'
  108. # ./spec/controllers/surveyor_controller_spec.rb:238:in `block (3 levels) in <top (required)>'
  109.  
  110. 3) SurveyorController update my survey with ajax should return a delete for when responses are removed
  111. Failure/Error: r = @response_set.responses.create(:question_id => 4, :answer_id => 14)
  112. ActiveModel::MassAssignmentSecurity::Error:
  113. Can't mass-assign protected attributes: question_id, answer_id
  114. # ./lib/surveyor/models/response_methods.rb:38:in `initialize'
  115. # ./spec/controllers/surveyor_controller_spec.rb:249:in `block (3 levels) in <top (required)>'
  116.  
  117. 4) SurveyorController update my survey with ajax should return dependencies
  118. Failure/Error: xhr :put, :update, :survey_code => "XYZ", :response_set_code => "PDQ", :r => r
  119. ActiveModel::MassAssignmentSecurity::Error:
  120. Can't mass-assign protected attributes: question_id, answer_id
  121. # ./lib/surveyor/models/response_methods.rb:38:in `initialize'
  122. # ./lib/surveyor/surveyor_controller_methods.rb:72:in `block in update'
  123. # ./lib/surveyor/surveyor_controller_methods.rb:69:in `update'
  124. # ./spec/controllers/surveyor_controller_spec.rb:232:in `do_ajax_put'
  125. # ./spec/controllers/surveyor_controller_spec.rb:262:in `block (3 levels) in <top (required)>'
  126.  
  127. 5) SurveyorHelper should find or create responses, with index
  128. Failure/Error: helper.response_for(rs, q2).attributes.reject{|k,v| k == "api_id"}.should == Response.new(:question => q2, :response_set => rs).attributes.reject{|k,v| k == "api_id"}
  129. ActiveModel::MassAssignmentSecurity::Error:
  130. Can't mass-assign protected attributes: question_id, response_group
  131. # ./lib/surveyor/models/response_methods.rb:38:in `initialize'
  132. # ./lib/surveyor/helpers/surveyor_helper_methods.rb:91:in `response_for'
  133. # ./spec/helpers/surveyor_helper_spec.rb:79:in `block (2 levels) in <top (required)>'
  134.  
  135. 6) Surveyor should write thousands of response sets
  136. Failure/Error: Surveyor::Parser.parse(File.read(File.join(Rails.root, 'surveys', 'kitchen_sink_survey.rb')))
  137. ActiveModel::MassAssignmentSecurity::Error:
  138. Can't mass-assign protected attributes: title, reference_identifier
  139. # ./lib/surveyor/parser.rb:26:in `instance_eval'
  140. # ./lib/surveyor/models/survey_methods.rb:36:in `initialize'
  141. # ./lib/surveyor/parser.rb:90:in `new'
  142. # ./lib/surveyor/parser.rb:90:in `parse_and_build'
  143. # ./lib/surveyor/parser.rb:41:in `method_missing'
  144. # (eval):1:in `parse'
  145. # ./lib/surveyor/parser.rb:26:in `instance_eval'
  146. # ./lib/surveyor/parser.rb:26:in `parse'
  147. # ./lib/surveyor/parser.rb:13:in `parse'
  148. # ./spec/lib/benchmark_spec.rb:5:in `block (2 levels) in <top (required)>'
  149.  
  150. 7) Surveyor::Parser should return a survey object
  151. Failure/Error: Surveyor::Parser.new.parse("survey 'hi' do\n end").is_a?(Survey).should be_true
  152. ActiveModel::MassAssignmentSecurity::Error:
  153. Can't mass-assign protected attributes: title, reference_identifier
  154. # ./lib/surveyor/parser.rb:26:in `instance_eval'
  155. # ./lib/surveyor/models/survey_methods.rb:36:in `initialize'
  156. # ./lib/surveyor/parser.rb:90:in `new'
  157. # ./lib/surveyor/parser.rb:90:in `parse_and_build'
  158. # ./lib/surveyor/parser.rb:41:in `method_missing'
  159. # (eval):1:in `parse'
  160. # ./lib/surveyor/parser.rb:26:in `instance_eval'
  161. # ./lib/surveyor/parser.rb:26:in `parse'
  162. # ./spec/lib/parser_spec.rb:29:in `block (2 levels) in <top (required)>'
  163.  
  164. 8) Surveyor::RedcapParser should return a survey object
  165. Failure/Error: Surveyor::RedcapParser.new.parse(x, "redcaptest").is_a?(Survey).should be_true
  166. ActiveModel::MassAssignmentSecurity::Error:
  167. Can't mass-assign protected attributes: title
  168. # ./lib/surveyor/models/survey_methods.rb:36:in `initialize'
  169. # ./lib/surveyor/redcap_parser.rb:28:in `new'
  170. # ./lib/surveyor/redcap_parser.rb:28:in `block in parse'
  171. # ./lib/surveyor/redcap_parser.rb:25:in `parse'
  172. # ./spec/lib/redcap_parser_spec.rb:72:in `block (2 levels) in <top (required)>'
  173.  
  174. 9) Surveyor::Unparser should unparse a basic survey, section, and question
  175. Failure/Error: @survey = Survey.new(:title => "Simple survey", :description => "very simple")
  176. ActiveModel::MassAssignmentSecurity::Error:
  177. Can't mass-assign protected attributes: title, description
  178. # ./lib/surveyor/models/survey_methods.rb:36:in `initialize'
  179. # ./spec/lib/unparser_spec.rb:5:in `new'
  180. # ./spec/lib/unparser_spec.rb:5:in `block (2 levels) in <top (required)>'
  181.  
  182. 10) Surveyor::Unparser should unparse groups
  183. Failure/Error: @survey = Survey.new(:title => "Simple survey", :description => "very simple")
  184. ActiveModel::MassAssignmentSecurity::Error:
  185. Can't mass-assign protected attributes: title, description
  186. # ./lib/surveyor/models/survey_methods.rb:36:in `initialize'
  187. # ./spec/lib/unparser_spec.rb:5:in `new'
  188. # ./spec/lib/unparser_spec.rb:5:in `block (2 levels) in <top (required)>'
  189.  
  190. 11) Surveyor::Unparser should unparse a basic survey, section, and question
  191. Failure/Error: @survey = Survey.new(:title => "Simple survey", :description => "very simple")
  192. ActiveModel::MassAssignmentSecurity::Error:
  193. Can't mass-assign protected attributes: title, description
  194. # ./lib/surveyor/models/survey_methods.rb:36:in `initialize'
  195. # ./spec/lib/unparser_spec.rb:5:in `new'
  196. # ./spec/lib/unparser_spec.rb:5:in `block (2 levels) in <top (required)>'
  197.  
  198. 12) DependencyCondition instance should be valid
  199. Failure/Error: @dependency_condition = DependencyCondition.new(
  200. ActiveModel::MassAssignmentSecurity::Error:
  201. Can't mass-assign protected attributes: dependency_id, question_id, operator, answer_id, rule_key
  202. # ./spec/models/dependency_condition_spec.rb:13:in `new'
  203. # ./spec/models/dependency_condition_spec.rb:13:in `block (3 levels) in <top (required)>'
  204.  
  205. 13) DependencyCondition instance should be invalid without a parent dependency_id, question_id
  206. Failure/Error: @dependency_condition = DependencyCondition.new(
  207. ActiveModel::MassAssignmentSecurity::Error:
  208. Can't mass-assign protected attributes: dependency_id, question_id, operator, answer_id, rule_key
  209. # ./spec/models/dependency_condition_spec.rb:13:in `new'
  210. # ./spec/models/dependency_condition_spec.rb:13:in `block (3 levels) in <top (required)>'
  211.  
  212. 14) DependencyCondition instance should be invalid without an operator
  213. Failure/Error: @dependency_condition = DependencyCondition.new(
  214. ActiveModel::MassAssignmentSecurity::Error:
  215. Can't mass-assign protected attributes: dependency_id, question_id, operator, answer_id, rule_key
  216. # ./spec/models/dependency_condition_spec.rb:13:in `new'
  217. # ./spec/models/dependency_condition_spec.rb:13:in `block (3 levels) in <top (required)>'
  218.  
  219. 15) DependencyCondition instance should be invalid without a rule_key
  220. Failure/Error: @dependency_condition = DependencyCondition.new(
  221. ActiveModel::MassAssignmentSecurity::Error:
  222. Can't mass-assign protected attributes: dependency_id, question_id, operator, answer_id, rule_key
  223. # ./spec/models/dependency_condition_spec.rb:13:in `new'
  224. # ./spec/models/dependency_condition_spec.rb:13:in `block (3 levels) in <top (required)>'
  225.  
  226. 16) DependencyCondition instance should have unique rule_key within the context of a dependency
  227. Failure/Error: @dependency_condition = DependencyCondition.new(
  228. ActiveModel::MassAssignmentSecurity::Error:
  229. Can't mass-assign protected attributes: dependency_id, question_id, operator, answer_id, rule_key
  230. # ./spec/models/dependency_condition_spec.rb:13:in `new'
  231. # ./spec/models/dependency_condition_spec.rb:13:in `block (3 levels) in <top (required)>'
  232.  
  233. 17) DependencyCondition instance should have an operator in DependencyCondition.operators
  234. Failure/Error: @dependency_condition = DependencyCondition.new(
  235. ActiveModel::MassAssignmentSecurity::Error:
  236. Can't mass-assign protected attributes: dependency_id, question_id, operator, answer_id, rule_key
  237. # ./spec/models/dependency_condition_spec.rb:13:in `new'
  238. # ./spec/models/dependency_condition_spec.rb:13:in `block (3 levels) in <top (required)>'
  239.  
  240. 18) DependencyCondition instance should evaluate within the context of a response set object
  241. Failure/Error: @dependency_condition = DependencyCondition.new(
  242. ActiveModel::MassAssignmentSecurity::Error:
  243. Can't mass-assign protected attributes: dependency_id, question_id, operator, answer_id, rule_key
  244. # ./spec/models/dependency_condition_spec.rb:13:in `new'
  245. # ./spec/models/dependency_condition_spec.rb:13:in `block (3 levels) in <top (required)>'
  246.  
  247. 19) DependencyCondition instance converts to a hash for evaluation by the dependency object
  248. Failure/Error: @dependency_condition = DependencyCondition.new(
  249. ActiveModel::MassAssignmentSecurity::Error:
  250. Can't mass-assign protected attributes: dependency_id, question_id, operator, answer_id, rule_key
  251. # ./spec/models/dependency_condition_spec.rb:13:in `new'
  252. # ./spec/models/dependency_condition_spec.rb:13:in `block (3 levels) in <top (required)>'
  253.  
  254. 20) DependencyCondition when if given a response object whether the dependency is satisfied using '==' knows checkbox/radio type response
  255. Failure/Error: @select_answer = Answer.new(:question_id => 1, :response_class => "answer").
  256. ActiveModel::MassAssignmentSecurity::Error:
  257. Can't mass-assign protected attributes: question_id, response_class
  258. # ./lib/surveyor/models/answer_methods.rb:29:in `initialize'
  259. # ./spec/models/dependency_condition_spec.rb:117:in `new'
  260. # ./spec/models/dependency_condition_spec.rb:117:in `block (3 levels) in <top (required)>'
  261.  
  262. 21) DependencyCondition when if given a response object whether the dependency is satisfied using '==' knows string value response
  263. Failure/Error: @select_answer = Answer.new(:question_id => 1, :response_class => "answer").
  264. ActiveModel::MassAssignmentSecurity::Error:
  265. Can't mass-assign protected attributes: question_id, response_class
  266. # ./lib/surveyor/models/answer_methods.rb:29:in `initialize'
  267. # ./spec/models/dependency_condition_spec.rb:117:in `new'
  268. # ./spec/models/dependency_condition_spec.rb:117:in `block (3 levels) in <top (required)>'
  269.  
  270. 22) DependencyCondition when if given a response object whether the dependency is satisfied using '==' knows a text value response
  271. Failure/Error: @select_answer = Answer.new(:question_id => 1, :response_class => "answer").
  272. ActiveModel::MassAssignmentSecurity::Error:
  273. Can't mass-assign protected attributes: question_id, response_class
  274. # ./lib/surveyor/models/answer_methods.rb:29:in `initialize'
  275. # ./spec/models/dependency_condition_spec.rb:117:in `new'
  276. # ./spec/models/dependency_condition_spec.rb:117:in `block (3 levels) in <top (required)>'
  277.  
  278. 23) DependencyCondition when if given a response object whether the dependency is satisfied using '==' knows an integer value response
  279. Failure/Error: @select_answer = Answer.new(:question_id => 1, :response_class => "answer").
  280. ActiveModel::MassAssignmentSecurity::Error:
  281. Can't mass-assign protected attributes: question_id, response_class
  282. # ./lib/surveyor/models/answer_methods.rb:29:in `initialize'
  283. # ./spec/models/dependency_condition_spec.rb:117:in `new'
  284. # ./spec/models/dependency_condition_spec.rb:117:in `block (3 levels) in <top (required)>'
  285.  
  286. 24) DependencyCondition when if given a response object whether the dependency is satisfied using '==' knows a float value response
  287. Failure/Error: @select_answer = Answer.new(:question_id => 1, :response_class => "answer").
  288. ActiveModel::MassAssignmentSecurity::Error:
  289. Can't mass-assign protected attributes: question_id, response_class
  290. # ./lib/surveyor/models/answer_methods.rb:29:in `initialize'
  291. # ./spec/models/dependency_condition_spec.rb:117:in `new'
  292. # ./spec/models/dependency_condition_spec.rb:117:in `block (3 levels) in <top (required)>'
  293.  
  294. 25) DependencyCondition when if given a response object whether the dependency is satisfied using '!=' knows checkbox/radio type response
  295. Failure/Error: @select_answer = Answer.new(:question_id => 1, :response_class => "answer").
  296. ActiveModel::MassAssignmentSecurity::Error:
  297. Can't mass-assign protected attributes: question_id, response_class
  298. # ./lib/surveyor/models/answer_methods.rb:29:in `initialize'
  299. # ./spec/models/dependency_condition_spec.rb:173:in `new'
  300. # ./spec/models/dependency_condition_spec.rb:173:in `block (3 levels) in <top (required)>'
  301.  
  302. 26) DependencyCondition when if given a response object whether the dependency is satisfied using '!=' knows string value response
  303. Failure/Error: @select_answer = Answer.new(:question_id => 1, :response_class => "answer").
  304. ActiveModel::MassAssignmentSecurity::Error:
  305. Can't mass-assign protected attributes: question_id, response_class
  306. # ./lib/surveyor/models/answer_methods.rb:29:in `initialize'
  307. # ./spec/models/dependency_condition_spec.rb:173:in `new'
  308. # ./spec/models/dependency_condition_spec.rb:173:in `block (3 levels) in <top (required)>'
  309.  
  310. 27) DependencyCondition when if given a response object whether the dependency is satisfied using '!=' knows a text value response
  311. Failure/Error: @select_answer = Answer.new(:question_id => 1, :response_class => "answer").
  312. ActiveModel::MassAssignmentSecurity::Error:
  313. Can't mass-assign protected attributes: question_id, response_class
  314. # ./lib/surveyor/models/answer_methods.rb:29:in `initialize'
  315. # ./spec/models/dependency_condition_spec.rb:173:in `new'
  316. # ./spec/models/dependency_condition_spec.rb:173:in `block (3 levels) in <top (required)>'
  317.  
  318. 28) DependencyCondition when if given a response object whether the dependency is satisfied using '!=' knows an integer value response
  319. Failure/Error: @select_answer = Answer.new(:question_id => 1, :response_class => "answer").
  320. ActiveModel::MassAssignmentSecurity::Error:
  321. Can't mass-assign protected attributes: question_id, response_class
  322. # ./lib/surveyor/models/answer_methods.rb:29:in `initialize'
  323. # ./spec/models/dependency_condition_spec.rb:173:in `new'
  324. # ./spec/models/dependency_condition_spec.rb:173:in `block (3 levels) in <top (required)>'
  325.  
  326. 29) DependencyCondition when if given a response object whether the dependency is satisfied using '!=' knows a float value response
  327. Failure/Error: @select_answer = Answer.new(:question_id => 1, :response_class => "answer").
  328. ActiveModel::MassAssignmentSecurity::Error:
  329. Can't mass-assign protected attributes: question_id, response_class
  330. # ./lib/surveyor/models/answer_methods.rb:29:in `initialize'
  331. # ./spec/models/dependency_condition_spec.rb:173:in `new'
  332. # ./spec/models/dependency_condition_spec.rb:173:in `block (3 levels) in <top (required)>'
  333.  
  334. 30) DependencyCondition when if given a response object whether the dependency is satisfied using '<' knows operator on integer value response
  335. Failure/Error: @dep_c = DependencyCondition.new(:answer_id => 2, :operator => "<")
  336. ActiveModel::MassAssignmentSecurity::Error:
  337. Can't mass-assign protected attributes: answer_id, operator
  338. # ./spec/models/dependency_condition_spec.rb:229:in `new'
  339. # ./spec/models/dependency_condition_spec.rb:229:in `block (3 levels) in <top (required)>'
  340.  
  341. 31) DependencyCondition when if given a response object whether the dependency is satisfied using '<' knows operator on float value response
  342. Failure/Error: @dep_c = DependencyCondition.new(:answer_id => 2, :operator => "<")
  343. ActiveModel::MassAssignmentSecurity::Error:
  344. Can't mass-assign protected attributes: answer_id, operator
  345. # ./spec/models/dependency_condition_spec.rb:229:in `new'
  346. # ./spec/models/dependency_condition_spec.rb:229:in `block (3 levels) in <top (required)>'
  347.  
  348. 32) DependencyCondition when if given a response object whether the dependency is satisfied using '<=' knows operator on integer value response
  349. Failure/Error: @dep_c = DependencyCondition.new(:answer_id => 2, :operator => "<=")
  350. ActiveModel::MassAssignmentSecurity::Error:
  351. Can't mass-assign protected attributes: answer_id, operator
  352. # ./spec/models/dependency_condition_spec.rb:257:in `new'
  353. # ./spec/models/dependency_condition_spec.rb:257:in `block (3 levels) in <top (required)>'
  354.  
  355. 33) DependencyCondition when if given a response object whether the dependency is satisfied using '<=' knows operator on float value response
  356. Failure/Error: @dep_c = DependencyCondition.new(:answer_id => 2, :operator => "<=")
  357. ActiveModel::MassAssignmentSecurity::Error:
  358. Can't mass-assign protected attributes: answer_id, operator
  359. # ./spec/models/dependency_condition_spec.rb:257:in `new'
  360. # ./spec/models/dependency_condition_spec.rb:257:in `block (3 levels) in <top (required)>'
  361.  
  362. 34) DependencyCondition when if given a response object whether the dependency is satisfied using '>' knows operator on integer value response
  363. Failure/Error: @dep_c = DependencyCondition.new(:answer_id => 2, :operator => ">")
  364. ActiveModel::MassAssignmentSecurity::Error:
  365. Can't mass-assign protected attributes: answer_id, operator
  366. # ./spec/models/dependency_condition_spec.rb:290:in `new'
  367. # ./spec/models/dependency_condition_spec.rb:290:in `block (3 levels) in <top (required)>'
  368.  
  369. 35) DependencyCondition when if given a response object whether the dependency is satisfied using '>' knows operator on float value response
  370. Failure/Error: @dep_c = DependencyCondition.new(:answer_id => 2, :operator => ">")
  371. ActiveModel::MassAssignmentSecurity::Error:
  372. Can't mass-assign protected attributes: answer_id, operator
  373. # ./spec/models/dependency_condition_spec.rb:290:in `new'
  374. # ./spec/models/dependency_condition_spec.rb:290:in `block (3 levels) in <top (required)>'
  375.  
  376. 36) DependencyCondition when if given a response object whether the dependency is satisfied using '>=' knows operator on integer value response
  377. Failure/Error: @dep_c = DependencyCondition.new(:answer_id => 2, :operator => ">=")
  378. ActiveModel::MassAssignmentSecurity::Error:
  379. Can't mass-assign protected attributes: answer_id, operator
  380. # ./spec/models/dependency_condition_spec.rb:318:in `new'
  381. # ./spec/models/dependency_condition_spec.rb:318:in `block (3 levels) in <top (required)>'
  382.  
  383. 37) DependencyCondition when if given a response object whether the dependency is satisfied using '>=' knows operator on float value response
  384. Failure/Error: @dep_c = DependencyCondition.new(:answer_id => 2, :operator => ">=")
  385. ActiveModel::MassAssignmentSecurity::Error:
  386. Can't mass-assign protected attributes: answer_id, operator
  387. # ./spec/models/dependency_condition_spec.rb:318:in `new'
  388. # ./spec/models/dependency_condition_spec.rb:318:in `block (3 levels) in <top (required)>'
  389.  
  390. 38) DependencyCondition when given responses whether the dependency is satisfied using 'count' knows operator with >
  391. Failure/Error: @dep_c = DependencyCondition.new(:answer_id => nil,
  392. ActiveModel::MassAssignmentSecurity::Error:
  393. Can't mass-assign protected attributes: answer_id, operator
  394. # ./spec/models/dependency_condition_spec.rb:379:in `new'
  395. # ./spec/models/dependency_condition_spec.rb:379:in `block (3 levels) in <top (required)>'
  396.  
  397. 39) DependencyCondition when given responses whether the dependency is satisfied using 'count' knows operator with <
  398. Failure/Error: @dep_c = DependencyCondition.new(:answer_id => nil,
  399. ActiveModel::MassAssignmentSecurity::Error:
  400. Can't mass-assign protected attributes: answer_id, operator
  401. # ./spec/models/dependency_condition_spec.rb:379:in `new'
  402. # ./spec/models/dependency_condition_spec.rb:379:in `block (3 levels) in <top (required)>'
  403.  
  404. 40) DependencyCondition when given responses whether the dependency is satisfied using 'count' knows operator with <=
  405. Failure/Error: @dep_c = DependencyCondition.new(:answer_id => nil,
  406. ActiveModel::MassAssignmentSecurity::Error:
  407. Can't mass-assign protected attributes: answer_id, operator
  408. # ./spec/models/dependency_condition_spec.rb:379:in `new'
  409. # ./spec/models/dependency_condition_spec.rb:379:in `block (3 levels) in <top (required)>'
  410.  
  411. 41) DependencyCondition when given responses whether the dependency is satisfied using 'count' knows operator with >=
  412. Failure/Error: @dep_c = DependencyCondition.new(:answer_id => nil,
  413. ActiveModel::MassAssignmentSecurity::Error:
  414. Can't mass-assign protected attributes: answer_id, operator
  415. # ./spec/models/dependency_condition_spec.rb:379:in `new'
  416. # ./spec/models/dependency_condition_spec.rb:379:in `block (3 levels) in <top (required)>'
  417.  
  418. 42) DependencyCondition when given responses whether the dependency is satisfied using 'count' knows operator with !=
  419. Failure/Error: @dep_c = DependencyCondition.new(:answer_id => nil,
  420. ActiveModel::MassAssignmentSecurity::Error:
  421. Can't mass-assign protected attributes: answer_id, operator
  422. # ./spec/models/dependency_condition_spec.rb:379:in `new'
  423. # ./spec/models/dependency_condition_spec.rb:379:in `block (3 levels) in <top (required)>'
  424.  
  425. 43) Dependency when evaluating dependency conditions of a question in a response set knows if the dependencies are met
  426. Failure/Error: @dep = Dependency.new(:rule => "A", :question_id => 1)
  427. ActiveModel::MassAssignmentSecurity::Error:
  428. Can't mass-assign protected attributes: rule, question_id
  429. # ./spec/models/dependency_spec.rb:52:in `new'
  430. # ./spec/models/dependency_spec.rb:52:in `block (2 levels) in <top (required)>'
  431.  
  432. 44) Dependency when evaluating dependency conditions of a question in a response set returns the proper keyed pairs from the dependency conditions
  433. Failure/Error: @dep = Dependency.new(:rule => "A", :question_id => 1)
  434. ActiveModel::MassAssignmentSecurity::Error:
  435. Can't mass-assign protected attributes: rule, question_id
  436. # ./spec/models/dependency_spec.rb:52:in `new'
  437. # ./spec/models/dependency_spec.rb:52:in `block (2 levels) in <top (required)>'
  438.  
  439. 45) Dependency with conditions should destroy conditions when destroyed
  440. Failure/Error: @dependency = Dependency.new(:rule => "A and B and C", :question_id => 1)
  441. ActiveModel::MassAssignmentSecurity::Error:
  442. Can't mass-assign protected attributes: rule, question_id
  443. # ./spec/models/dependency_spec.rb:83:in `new'
  444. # ./spec/models/dependency_spec.rb:83:in `block (2 levels) in <top (required)>'
  445.  
  446. 46) Question when creating a new question should be invalid without text
  447. Failure/Error: @question = Question.new(:text => "What is your favorite color?", :survey_section => @ss, :is_mandatory => true, :display_order => 1)
  448. ActiveModel::MassAssignmentSecurity::Error:
  449. Can't mass-assign protected attributes: text, survey_section, is_mandatory, display_order
  450. # ./lib/surveyor/models/question_methods.rb:34:in `initialize'
  451. # ./spec/models/question_spec.rb:6:in `new'
  452. # ./spec/models/question_spec.rb:6:in `block (2 levels) in <top (required)>'
  453.  
  454. 47) Question when creating a new question should have a parent survey section
  455. Failure/Error: @question = Question.new(:text => "What is your favorite color?", :survey_section => @ss, :is_mandatory => true, :display_order => 1)
  456. ActiveModel::MassAssignmentSecurity::Error:
  457. Can't mass-assign protected attributes: text, survey_section, is_mandatory, display_order
  458. # ./lib/surveyor/models/question_methods.rb:34:in `initialize'
  459. # ./spec/models/question_spec.rb:6:in `new'
  460. # ./spec/models/question_spec.rb:6:in `block (2 levels) in <top (required)>'
  461.  
  462. 48) Question when creating a new question should be mandatory by default
  463. Failure/Error: @question = Question.new(:text => "What is your favorite color?", :survey_section => @ss, :is_mandatory => true, :display_order => 1)
  464. ActiveModel::MassAssignmentSecurity::Error:
  465. Can't mass-assign protected attributes: text, survey_section, is_mandatory, display_order
  466. # ./lib/surveyor/models/question_methods.rb:34:in `initialize'
  467. # ./spec/models/question_spec.rb:6:in `new'
  468. # ./spec/models/question_spec.rb:6:in `block (2 levels) in <top (required)>'
  469.  
  470. 49) Question when creating a new question should convert pick attribute to string
  471. Failure/Error: @question = Question.new(:text => "What is your favorite color?", :survey_section => @ss, :is_mandatory => true, :display_order => 1)
  472. ActiveModel::MassAssignmentSecurity::Error:
  473. Can't mass-assign protected attributes: text, survey_section, is_mandatory, display_order
  474. # ./lib/surveyor/models/question_methods.rb:34:in `initialize'
  475. # ./spec/models/question_spec.rb:6:in `new'
  476. # ./spec/models/question_spec.rb:6:in `block (2 levels) in <top (required)>'
  477.  
  478. 50) Question when creating a new question should split the text
  479. Failure/Error: @question = Question.new(:text => "What is your favorite color?", :survey_section => @ss, :is_mandatory => true, :display_order => 1)
  480. ActiveModel::MassAssignmentSecurity::Error:
  481. Can't mass-assign protected attributes: text, survey_section, is_mandatory, display_order
  482. # ./lib/surveyor/models/question_methods.rb:34:in `initialize'
  483. # ./spec/models/question_spec.rb:6:in `new'
  484. # ./spec/models/question_spec.rb:6:in `block (2 levels) in <top (required)>'
  485.  
  486. 51) Question when creating a new question should have an api_id
  487. Failure/Error: @question = Question.new(:text => "What is your favorite color?", :survey_section => @ss, :is_mandatory => true, :display_order => 1)
  488. ActiveModel::MassAssignmentSecurity::Error:
  489. Can't mass-assign protected attributes: text, survey_section, is_mandatory, display_order
  490. # ./lib/surveyor/models/question_methods.rb:34:in `initialize'
  491. # ./spec/models/question_spec.rb:6:in `new'
  492. # ./spec/models/question_spec.rb:6:in `block (2 levels) in <top (required)>'
  493.  
  494. 52) ResponseSet should save new responses from radio buttons, ignoring blanks
  495. Failure/Error: @response_set.update_attributes(:responses_attributes => ResponseSet.to_savable(@radio_response_attributes))
  496. ActiveModel::MassAssignmentSecurity::Error:
  497. Can't mass-assign protected attributes: question_id, answer_id, string_value
  498. # ./lib/surveyor/models/response_methods.rb:38:in `initialize'
  499. # ./spec/models/response_set_spec.rb:67:in `block (2 levels) in <top (required)>'
  500.  
  501. 53) ResponseSet should save new responses from other types, ignoring blanks
  502. Failure/Error: @response_set.update_attributes(:responses_attributes => ResponseSet.to_savable(@other_response_attributes))
  503. ActiveModel::MassAssignmentSecurity::Error:
  504. Can't mass-assign protected attributes: question_id, answer_id, text_value
  505. # ./lib/surveyor/models/response_methods.rb:38:in `initialize'
  506. # ./spec/models/response_set_spec.rb:73:in `block (2 levels) in <top (required)>'
  507.  
  508. 54) ResponseSet saves its responses
  509. Failure/Error: new_set.responses.build(:question_id => 1, :answer_id => 1, :string_value => 'XXL')
  510. ActiveModel::MassAssignmentSecurity::Error:
  511. Can't mass-assign protected attributes: question_id, answer_id, string_value
  512. # ./lib/surveyor/models/response_methods.rb:38:in `initialize'
  513. # ./spec/models/response_set_spec.rb:80:in `block (2 levels) in <top (required)>'
  514.  
  515. 55) ResponseSet should ignore data if corresponding radio button is not selected
  516. Failure/Error: @response_set.update_attributes(:responses_attributes => ResponseSet.to_savable(@radio_response_attributes))
  517. ActiveModel::MassAssignmentSecurity::Error:
  518. Can't mass-assign protected attributes: question_id, answer_id, string_value
  519. # ./lib/surveyor/models/response_methods.rb:38:in `initialize'
  520. # ./spec/models/response_set_spec.rb:87:in `block (2 levels) in <top (required)>'
  521.  
  522. 56) ResponseSet should preserve response ids in checkboxes when adding another checkbox
  523. Failure/Error: @response_set.update_attributes(:responses_attributes => ResponseSet.to_savable(@checkbox_response_attributes))
  524. ActiveModel::MassAssignmentSecurity::Error:
  525. Can't mass-assign protected attributes: question_id, answer_id
  526. # ./lib/surveyor/models/response_methods.rb:38:in `initialize'
  527. # ./spec/models/response_set_spec.rb:93:in `block (2 levels) in <top (required)>'
  528.  
  529. 57) ResponseSet should preserve response ids in checkboxes when removing another checkbox
  530. Failure/Error: @response_set.update_attributes(:responses_attributes => ResponseSet.to_savable(@checkbox_response_attributes))
  531. ActiveModel::MassAssignmentSecurity::Error:
  532. Can't mass-assign protected attributes: question_id, answer_id
  533. # ./lib/surveyor/models/response_methods.rb:38:in `initialize'
  534. # ./spec/models/response_set_spec.rb:103:in `block (2 levels) in <top (required)>'
  535.  
  536. 58) ResponseSet should remove responses
  537. Failure/Error: r = @response_set.responses.create(:question_id => 1, :answer_id => 2)
  538. ActiveModel::MassAssignmentSecurity::Error:
  539. Can't mass-assign protected attributes: question_id, answer_id
  540. # ./lib/surveyor/models/response_methods.rb:38:in `initialize'
  541. # ./spec/models/response_set_spec.rb:198:in `block (2 levels) in <top (required)>'
  542.  
  543. 59) Response when saving a response returns the response as the type requested returns empty elements if the response is cast as a type that is not present
  544. Failure/Error: resp = Response.new(:question_id => 314, :response_set_id => 156)
  545. ActiveModel::MassAssignmentSecurity::Error:
  546. Can't mass-assign protected attributes: question_id, response_set_id
  547. # ./lib/surveyor/models/response_methods.rb:38:in `initialize'
  548. # ./spec/models/response_spec.rb:71:in `new'
  549. # ./spec/models/response_spec.rb:71:in `block (3 levels) in <top (required)>'
  550.  
  551. 60) SurveySection when saving a survey_section should be invalid without title
  552. Failure/Error: @survey_section = SurveySection.new(@valid_attributes)
  553. ActiveModel::MassAssignmentSecurity::Error:
  554. Can't mass-assign protected attributes: title, survey_id, display_order
  555. # ./lib/surveyor/models/survey_section_methods.rb:26:in `initialize'
  556. # ./spec/models/survey_section_spec.rb:6:in `new'
  557. # ./spec/models/survey_section_spec.rb:6:in `block (2 levels) in <top (required)>'
  558.  
  559. 61) SurveySection when saving a survey_section should have a parent survey
  560. Failure/Error: @survey_section = SurveySection.new(@valid_attributes)
  561. ActiveModel::MassAssignmentSecurity::Error:
  562. Can't mass-assign protected attributes: title, survey_id, display_order
  563. # ./lib/surveyor/models/survey_section_methods.rb:26:in `initialize'
  564. # ./spec/models/survey_section_spec.rb:6:in `new'
  565. # ./spec/models/survey_section_spec.rb:6:in `block (2 levels) in <top (required)>'
  566.  
  567. 62) SurveySection with questions should return questions sorted in display order
  568. Failure/Error: @q1 = @survey_section.questions.create(:text => "Peep", :display_order => 3)
  569. ActiveModel::MassAssignmentSecurity::Error:
  570. Can't mass-assign protected attributes: text, display_order
  571. # ./lib/surveyor/models/question_methods.rb:34:in `initialize'
  572. # ./spec/models/survey_section_spec.rb:24:in `block (2 levels) in <top (required)>'
  573.  
  574. 63) SurveySection with questions should delete questions when it is deleted
  575. Failure/Error: @q1 = @survey_section.questions.create(:text => "Peep", :display_order => 3)
  576. ActiveModel::MassAssignmentSecurity::Error:
  577. Can't mass-assign protected attributes: text, display_order
  578. # ./lib/surveyor/models/question_methods.rb:34:in `initialize'
  579. # ./spec/models/survey_section_spec.rb:24:in `block (2 levels) in <top (required)>'
  580.  
  581. 64) Survey when saving a new one should adjust the title to save unique titles
  582. Failure/Error: original = Survey.new(:title => "Foo")
  583. ActiveModel::MassAssignmentSecurity::Error:
  584. Can't mass-assign protected attributes: title
  585. # ./lib/surveyor/models/survey_methods.rb:36:in `initialize'
  586. # ./spec/models/survey_spec.rb:15:in `new'
  587. # ./spec/models/survey_spec.rb:15:in `block (2 levels) in <top (required)>'
  588.  
  589. 65) Survey when saving a new one should not adjust the title when updating itself
  590. Failure/Error: original.update_attributes(:title => "Foo")
  591. ActiveModel::MassAssignmentSecurity::Error:
  592. Can't mass-assign protected attributes: title
  593. # ./spec/models/survey_spec.rb:28:in `block (2 levels) in <top (required)>'
  594.  
  595. Finished in 9.38 seconds
  596. 210 examples, 65 failures
  597.  
  598. Failed examples:
  599.  
  600. rspec ./spec/controllers/surveyor_controller_spec.rb:211 # SurveyorController update my survey: PUT /surveys/XYZ/PDQ should complete the found response set on finish
  601. rspec ./spec/controllers/surveyor_controller_spec.rb:235 # SurveyorController update my survey with ajax should return an id for new responses
  602. rspec ./spec/controllers/surveyor_controller_spec.rb:248 # SurveyorController update my survey with ajax should return a delete for when responses are removed
  603. rspec ./spec/controllers/surveyor_controller_spec.rb:257 # SurveyorController update my survey with ajax should return dependencies
  604. rspec ./spec/helpers/surveyor_helper_spec.rb:69 # SurveyorHelper should find or create responses, with index
  605. rspec ./spec/lib/benchmark_spec.rb:4 # Surveyor should write thousands of response sets
  606. rspec ./spec/lib/parser_spec.rb:28 # Surveyor::Parser should return a survey object
  607. rspec ./spec/lib/redcap_parser_spec.rb:70 # Surveyor::RedcapParser should return a survey object
  608. rspec ./spec/lib/unparser_spec.rb:9 # Surveyor::Unparser should unparse a basic survey, section, and question
  609. rspec ./spec/lib/unparser_spec.rb:37 # Surveyor::Unparser should unparse groups
  610. rspec ./spec/lib/unparser_spec.rb:80 # Surveyor::Unparser should unparse a basic survey, section, and question
  611. rspec ./spec/models/dependency_condition_spec.rb:18 # DependencyCondition instance should be valid
  612. rspec ./spec/models/dependency_condition_spec.rb:22 # DependencyCondition instance should be invalid without a parent dependency_id, question_id
  613. rspec ./spec/models/dependency_condition_spec.rb:30 # DependencyCondition instance should be invalid without an operator
  614. rspec ./spec/models/dependency_condition_spec.rb:35 # DependencyCondition instance should be invalid without a rule_key
  615. rspec ./spec/models/dependency_condition_spec.rb:42 # DependencyCondition instance should have unique rule_key within the context of a dependency
  616. rspec ./spec/models/dependency_condition_spec.rb:53 # DependencyCondition instance should have an operator in DependencyCondition.operators
  617. rspec ./spec/models/dependency_condition_spec.rb:62 # DependencyCondition instance should evaluate within the context of a response set object
  618. rspec ./spec/models/dependency_condition_spec.rb:75 # DependencyCondition instance converts to a hash for evaluation by the dependency object
  619. rspec ./spec/models/dependency_condition_spec.rb:128 # DependencyCondition when if given a response object whether the dependency is satisfied using '==' knows checkbox/radio type response
  620. rspec ./spec/models/dependency_condition_spec.rb:134 # DependencyCondition when if given a response object whether the dependency is satisfied using '==' knows string value response
  621. rspec ./spec/models/dependency_condition_spec.rb:143 # DependencyCondition when if given a response object whether the dependency is satisfied using '==' knows a text value response
  622. rspec ./spec/models/dependency_condition_spec.rb:152 # DependencyCondition when if given a response object whether the dependency is satisfied using '==' knows an integer value response
  623. rspec ./spec/models/dependency_condition_spec.rb:161 # DependencyCondition when if given a response object whether the dependency is satisfied using '==' knows a float value response
  624. rspec ./spec/models/dependency_condition_spec.rb:184 # DependencyCondition when if given a response object whether the dependency is satisfied using '!=' knows checkbox/radio type response
  625. rspec ./spec/models/dependency_condition_spec.rb:190 # DependencyCondition when if given a response object whether the dependency is satisfied using '!=' knows string value response
  626. rspec ./spec/models/dependency_condition_spec.rb:199 # DependencyCondition when if given a response object whether the dependency is satisfied using '!=' knows a text value response
  627. rspec ./spec/models/dependency_condition_spec.rb:208 # DependencyCondition when if given a response object whether the dependency is satisfied using '!=' knows an integer value response
  628. rspec ./spec/models/dependency_condition_spec.rb:217 # DependencyCondition when if given a response object whether the dependency is satisfied using '!=' knows a float value response
  629. rspec ./spec/models/dependency_condition_spec.rb:236 # DependencyCondition when if given a response object whether the dependency is satisfied using '<' knows operator on integer value response
  630. rspec ./spec/models/dependency_condition_spec.rb:245 # DependencyCondition when if given a response object whether the dependency is satisfied using '<' knows operator on float value response
  631. rspec ./spec/models/dependency_condition_spec.rb:264 # DependencyCondition when if given a response object whether the dependency is satisfied using '<=' knows operator on integer value response
  632. rspec ./spec/models/dependency_condition_spec.rb:275 # DependencyCondition when if given a response object whether the dependency is satisfied using '<=' knows operator on float value response
  633. rspec ./spec/models/dependency_condition_spec.rb:297 # DependencyCondition when if given a response object whether the dependency is satisfied using '>' knows operator on integer value response
  634. rspec ./spec/models/dependency_condition_spec.rb:306 # DependencyCondition when if given a response object whether the dependency is satisfied using '>' knows operator on float value response
  635. rspec ./spec/models/dependency_condition_spec.rb:325 # DependencyCondition when if given a response object whether the dependency is satisfied using '>=' knows operator on integer value response
  636. rspec ./spec/models/dependency_condition_spec.rb:336 # DependencyCondition when if given a response object whether the dependency is satisfied using '>=' knows operator on float value response
  637. rspec ./spec/models/dependency_condition_spec.rb:394 # DependencyCondition when given responses whether the dependency is satisfied using 'count' knows operator with >
  638. rspec ./spec/models/dependency_condition_spec.rb:402 # DependencyCondition when given responses whether the dependency is satisfied using 'count' knows operator with <
  639. rspec ./spec/models/dependency_condition_spec.rb:409 # DependencyCondition when given responses whether the dependency is satisfied using 'count' knows operator with <=
  640. rspec ./spec/models/dependency_condition_spec.rb:418 # DependencyCondition when given responses whether the dependency is satisfied using 'count' knows operator with >=
  641. rspec ./spec/models/dependency_condition_spec.rb:427 # DependencyCondition when given responses whether the dependency is satisfied using 'count' knows operator with !=
  642. rspec ./spec/models/dependency_spec.rb:67 # Dependency when evaluating dependency conditions of a question in a response set knows if the dependencies are met
  643. rspec ./spec/models/dependency_spec.rb:74 # Dependency when evaluating dependency conditions of a question in a response set returns the proper keyed pairs from the dependency conditions
  644. rspec ./spec/models/dependency_spec.rb:82 # Dependency with conditions should destroy conditions when destroyed
  645. rspec ./spec/models/question_spec.rb:9 # Question when creating a new question should be invalid without text
  646. rspec ./spec/models/question_spec.rb:14 # Question when creating a new question should have a parent survey section
  647. rspec ./spec/models/question_spec.rb:20 # Question when creating a new question should be mandatory by default
  648. rspec ./spec/models/question_spec.rb:24 # Question when creating a new question should convert pick attribute to string
  649. rspec ./spec/models/question_spec.rb:32 # Question when creating a new question should split the text
  650. rspec ./spec/models/question_spec.rb:42 # Question when creating a new question should have an api_id
  651. rspec ./spec/models/response_set_spec.rb:66 # ResponseSet should save new responses from radio buttons, ignoring blanks
  652. rspec ./spec/models/response_set_spec.rb:72 # ResponseSet should save new responses from other types, ignoring blanks
  653. rspec ./spec/models/response_set_spec.rb:78 # ResponseSet saves its responses
  654. rspec ./spec/models/response_set_spec.rb:86 # ResponseSet should ignore data if corresponding radio button is not selected
  655. rspec ./spec/models/response_set_spec.rb:92 # ResponseSet should preserve response ids in checkboxes when adding another checkbox
  656. rspec ./spec/models/response_set_spec.rb:102 # ResponseSet should preserve response ids in checkboxes when removing another checkbox
  657. rspec ./spec/models/response_set_spec.rb:197 # ResponseSet should remove responses
  658. rspec ./spec/models/response_spec.rb:70 # Response when saving a response returns the response as the type requested returns empty elements if the response is cast as a type that is not present
  659. rspec ./spec/models/survey_section_spec.rb:9 # SurveySection when saving a survey_section should be invalid without title
  660. rspec ./spec/models/survey_section_spec.rb:14 # SurveySection when saving a survey_section should have a parent survey
  661. rspec ./spec/models/survey_section_spec.rb:29 # SurveySection with questions should return questions sorted in display order
  662. rspec ./spec/models/survey_section_spec.rb:33 # SurveySection with questions should delete questions when it is deleted
  663. rspec ./spec/models/survey_spec.rb:14 # Survey when saving a new one should adjust the title to save unique titles
  664. rspec ./spec/models/survey_spec.rb:25 # Survey when saving a new one should not adjust the title when updating itself
  665. rake aborted!
  666. ruby -S bundle exec rspec ./spec/controllers/surveyor_controller_spec.rb ./spec/helpers/surveyor_helper_spec.rb ./spec/lib/benchmark_spec.rb ./spec/lib/common_spec.rb ./spec/lib/parser_spec.rb ./spec/lib/redcap_parser_spec.rb ./spec/lib/unparser_spec.rb ./spec/models/answer_spec.rb ./spec/models/dependency_condition_spec.rb ./spec/models/dependency_spec.rb ./spec/models/question_group_spec.rb ./spec/models/question_spec.rb ./spec/models/response_set_spec.rb ./spec/models/response_spec.rb ./spec/models/survey_section_spec.rb ./spec/models/survey_spec.rb ./spec/models/validation_condition_spec.rb ./spec/models/validation_spec.rb failed
  667. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@surveyor/gems/rspec-core-2.6.4/lib/rspec/core/rake_task.rb:139:in `rescue in block (2 levels) in initialize'
  668. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@surveyor/gems/rspec-core-2.6.4/lib/rspec/core/rake_task.rb:135:in `block (2 levels) in initialize'
  669. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:1112:in `verbose'
  670. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@surveyor/gems/rspec-core-2.6.4/lib/rspec/core/rake_task.rb:131:in `block in initialize'
  671. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:636:in `call'
  672. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:636:in `block in execute'
  673. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:631:in `each'
  674. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:631:in `execute'
  675. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:597:in `block in invoke_with_call_chain'
  676. /Users/kimball/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
  677. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
  678. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
  679. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:2051:in `invoke_task'
  680. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:2029:in `block (2 levels) in top_level'
  681. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
  682. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:2029:in `block in top_level'
  683. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
  684. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level'
  685. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:2001:in `block in run'
  686. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
  687. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
  688. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.8.7/bin/rake:31:in `<top (required)>'
  689. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@surveyor/bin/rake:19:in `load'
  690. /Users/kimball/.rvm/gems/ruby-1.9.2-p180@surveyor/bin/rake:19:in `<main>'
Add Comment
Please, Sign In to add comment