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

Fix Code Climate issues #27

Merged
merged 1 commit into from
Nov 20, 2022
Merged

Fix Code Climate issues #27

merged 1 commit into from
Nov 20, 2022

Conversation

texpert
Copy link
Owner

@texpert texpert commented Nov 20, 2022

No description provided.

@@ -87,10 +87,10 @@

it 'uses custom log file' do
Ngrok::Wrapper.start(log: 'test.log')
expect(Ngrok::Wrapper.running?).to eq true
expect(Ngrok::Wrapper.running?).to be_truthy
Copy link

Choose a reason for hiding this comment

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

expect(Ngrok::Wrapper.params[:log].path).to eq 'test.log'
Ngrok::Wrapper.stop
expect(Ngrok::Wrapper.stopped?).to eq true
expect(Ngrok::Wrapper.stopped?).to be_truthy
Copy link

Choose a reason for hiding this comment

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

@codeclimate
Copy link

codeclimate bot commented Nov 20, 2022

Code Climate has analyzed commit 42f070f and detected 2 issues on this pull request.

Here's the issue category breakdown:

Category Count
Style 2

The test coverage on the diff in this pull request is 0.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 89.5% (0.0% change).

View more on Code Climate.

@texpert texpert merged commit 95bc184 into main Nov 20, 2022
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.

1 participant