Failing Scenarios:
cucumber features/deployment.feature:29 # Scenario: Launch new deployment
cucumber features/deployment.feature:47 # Scenario: Launch new deployment over XHR
cucumber features/deployment.feature:66 # Scenario: Validate Deployment when creating new
cucumber features/deployment.feature:221 # Scenario: Launch a deployment which is not launchable
cucumber features/deployment.feature:234 # Scenario: Verify that the launch parameters are displayed
cucumber features/deployment.feature:252 # Scenario: Verify that the launch parameters are required
cucumber features/user_sessions.feature:15 # Scenario: Retrieve forgotten username
Failed examples:
rspec ./spec/controllers/deployments_controller_spec.rb:73 # DeploymentsController JSON format responses for#create
1) DeploymentsController JSON format responses for#create
Failure/Error: it { ActiveSupport::JSON.decode(response.body)["name"].should == @deployment.name }
expected: "deployment5"
got: nil (using ==)
# ./spec/controllers/deployments_controller_spec.rb:73:in `block (4 levels) in <top (required)>'
Everything I have dug into has had the exception undefined local variable or method 'through_scope' for #<ActiveRecord::Associations::Preloader::HasManyThrough:0x000000082b9e10>
I need to track down how this changed.