Skip to content

Commit

Permalink
rspec with diff/lcs pbm
Browse files Browse the repository at this point in the history
  • Loading branch information
lecid committed Apr 16, 2024
1 parent 410fee4 commit 76b51a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion carioca.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true

require 'diff/lcs'
require_relative 'lib/carioca/constants'

Gem::Specification.new do |spec|
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require 'carioca'
require 'pathname'
require 'diff/lcs'

RSpec.configure do |config|
# Enable flags like --only-failures and --next-failure
Expand Down

0 comments on commit 76b51a2

Please sign in to comment.