sdkman-for-fish/test/Gemfile
Raphael Reitzig 244456c681 Add GitHub workflows for test and release
Also:
 - Fix test scenario that failed due
   to fuzzy completions
 - Bump Cucumber

Fixes #36
2021-01-22 03:36:49 +01:00

6 lines
97 B
Ruby

source "https://rubygems.org"
group :test do
gem 'cucumber', '~> 5'
gem 'rspec', '~> 3'
end