Skip to content

Add spec helper to simplify specs, and Gemfile to load required dev gems#16

Closed
jemmyw wants to merge 2 commits into
masterfrom
simplify-rspec-add-coverage
Closed

Add spec helper to simplify specs, and Gemfile to load required dev gems#16
jemmyw wants to merge 2 commits into
masterfrom
simplify-rspec-add-coverage

Conversation

@jemmyw

@jemmyw jemmyw commented Oct 26, 2018

Copy link
Copy Markdown

No description provided.

@percyhanna percyhanna left a comment

Copy link
Copy Markdown

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

jemmyw commented Oct 29, 2018

Copy link
Copy Markdown
Author

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

@percyhanna

Copy link
Copy Markdown

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

Comment thread .rspec
@@ -1 +1,3 @@
--color No newline at end of file
--colour

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🇨🇦 🇬🇧 🇳🇿

Comment thread Gemfile.lock
@@ -0,0 +1,60 @@
PATH

Copy link
Copy Markdown

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.

Comment thread html2confluence.gemspec

s.add_dependency "nokogiri"
s.add_development_dependency "rspec"
s.add_development_dependency "rubocop", "< 0.56"

Copy link
Copy Markdown

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