Skip to content
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

Closed
wants to merge 2 commits into from

Conversation

jemmyw
Copy link

@jemmyw jemmyw commented Oct 26, 2018

No description provided.

Copy link

@percyhanna percyhanna left a 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?

@jemmyw
Copy link
Author

jemmyw commented Oct 29, 2018

@percyhanna ok for me to just merge these spec only changes? We should add circle in another PR I think

@percyhanna
Copy link

@jemmyw Go for it, that can be iterated on after. 👍

--colour
Copy link

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
Copy link

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"
Copy link

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?

schneidmaster added a commit that referenced this pull request Feb 1, 2021
@schneidmaster
Copy link
Contributor

Superseded by #18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants