We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5716f0d commit 3f2a695Copy full SHA for 3f2a695
1 file changed
spec/issue_tracker_spec.rb …rbit_github_plugin/issue_tracker_spec.rbspec/issue_tracker_spec.rb renamed to spec/errbit_github_plugin/issue_tracker_spec.rb
@@ -1,6 +1,8 @@
1
# frozen_string_literal: true
2
3
-describe ErrbitGithubPlugin::IssueTracker do
+require "spec_helper"
4
+
5
+RSpec.describe ErrbitGithubPlugin::IssueTracker do
6
describe ".label" do
7
it "return LABEL" do
8
expect(described_class.label).to eq described_class::LABEL
0 commit comments