-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Update submodule and fix broken items #165
Conversation
Committing the Gemfile lock into the knapsack makes Hyku gem updates not take effect as they should.
Remove unneeded Move some to Hyku Document overrides
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that looks good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One non-blocking comment. Looks good!
spec/rails_helper.rb
Outdated
@@ -35,7 +35,7 @@ | |||
|
|||
RSpec.configure do |config| | |||
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures | |||
config.fixture_path = "#{::Rails.root}/spec/fixtures" | |||
config.fixture_path = Rails.root.join("spec", "fixtures").to_s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might want single quotes here since you removed the interpolation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Odd... that was a rubocop auto-fix! I wouldn't have expected it to use double quotes.
PR samvera/hyku#2384 added a new account setting.
Story
After updating the Hyku submodule, there are some issues to resolve before merging.
Refs #164
Expected Behavior Before Changes
Expected Behavior After Changes
Screenshots / Video
Notes