We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproducible with bundle exec rspec spec --seed 49750.
bundle exec rspec spec --seed 49750
See errors in Travis.
Discovered in #686 but fails with any DB.
The text was updated successfully, but these errors were encountered:
Commenting this line or skipping the enclosing test passes the other tests. spec/generators/install_generator_spec.rb#62
Object.send :remove_const, :User
bundle exec rspec --seed 49750 spec/generators/install_generator_spec.rb spec/models/topic_spec.rb fails at spec/models/topic_spec.rb#95
bundle exec rspec --seed 49750 spec/generators/install_generator_spec.rb spec/models/topic_spec.rb
# fails expect(topic.subscriptions.last.subscriber).to eq(subscription_user) # passes expect(topic.subscriptions.last.subscriber.attributes).to eq(subscription_user.attributes) # fails expect(topic.subscriptions.last.subscriber.class).to eq(subscription_user.class)
Sorry, something went wrong.
Good find. Thanks for doing this work, @zakak!
No branches or pull requests
Reproducible with
bundle exec rspec spec --seed 49750
.See errors in Travis.
Discovered in #686 but fails with any DB.
The text was updated successfully, but these errors were encountered: