Skip to content

Commit 93ca9d1

Browse files
author
Sven Fuchs
committed
add a Gemfile
ruby-warrior is using these dependencies for tests, so at least testing on travis-ci will require this
1 parent c90e181 commit 93ca9d1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Gemfile

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
source :rubygems
2+
3+
group :test do
4+
gem 'rake'
5+
gem 'rspec', '~> 1.3.2'
6+
gem 'cucumber'
7+
gem 'mocha'
8+
end

0 commit comments

Comments
 (0)