Skip to content

Commit 3f2a695

Browse files
committed
Move spec to right place
1 parent 5716f0d commit 3f2a695

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/issue_tracker_spec.rb renamed to spec/errbit_github_plugin/issue_tracker_spec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# frozen_string_literal: true
22

3-
describe ErrbitGithubPlugin::IssueTracker do
3+
require "spec_helper"
4+
5+
RSpec.describe ErrbitGithubPlugin::IssueTracker do
46
describe ".label" do
57
it "return LABEL" do
68
expect(described_class.label).to eq described_class::LABEL

0 commit comments

Comments
 (0)