Skip to content

Instantly share code, notes, and snippets.

@n1zyy
Last active December 13, 2015 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n1zyy/4957377 to your computer and use it in GitHub Desktop.
Save n1zyy/4957377 to your computer and use it in GitHub Desktop.
3.2.12 habtm breakage; after moving to 3.2-stable

Cucumber failures

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

RSpec failure

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)>'

Note

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment