Skip to content

Commit

Permalink
Working spec (1)
Browse files Browse the repository at this point in the history
  • Loading branch information
bougyman committed Jan 25, 2024
1 parent 1ecf236 commit e9f14c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions spec/helper.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# frozen_string_literal: true

require_relative "../lib/linear"
6 changes: 4 additions & 2 deletions spec/linear/cli_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# frozen_string_literal: true

RSpec.describe Linear::Cli do
require_relative "../helper"

RSpec.describe "Rubyists::Linear::CLI" do
it "has a version number" do
expect(Linear::Cli::VERSION).not_to be_nil
expect(Rubyists::Linear::VERSION).not_to be_nil
end
end

0 comments on commit e9f14c6

Please sign in to comment.