-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add spec helper to simplify specs, and Gemfile to load required dev gems #16
Conversation
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.
Looks good to me, but maybe another set of eyes would be good. 👍
Could we add CircleCI integration as well?
@percyhanna ok for me to just merge these spec only changes? We should add circle in another PR I think |
@jemmyw Go for it, that can be iterated on after. 👍 |
--colour |
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.
🇨🇦 🇬🇧 🇳🇿
@@ -0,0 +1,60 @@ | |||
PATH |
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.
I don't think lockfiles should be included in gems: could we ignore this? They should be testable with whatever is the latest.
@@ -15,4 +15,7 @@ Gem::Specification.new do |s| | |||
s.files = Dir.glob("{lib,spec}/**/*") + %w(example.rb README.mdown) | |||
|
|||
s.add_dependency "nokogiri" | |||
s.add_development_dependency "rspec" | |||
s.add_development_dependency "rubocop", "< 0.56" |
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.
Why does this need to be pinned down?
Superseded by #18 |
No description provided.