Skip to content

Commit 60aa796

Browse files
committed
remove the require from spec file
1 parent 4de567a commit 60aa796

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.rspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
--color
22
--format documentation
3+
--require spec_helper

spec/issue_tracker_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require 'spec_helper'
2-
31
describe ErrbitGithubPlugin::IssueTracker do
42
describe '.label' do
53
it 'return LABEL' do

0 commit comments

Comments
 (0)