Some trivial cucumber tests

This commit is contained in:
Joe Thornber
2013-03-20 19:44:09 +00:00
parent 43d5d8d2a2
commit 81d4e5523f
5 changed files with 81 additions and 0 deletions

6
Gemfile Normal file
View File

@@ -0,0 +1,6 @@
source 'https://rubygems.org'
group :test do
gem 'cucumber', '1.2.3'
gem 'aruba', '0.5.1'
end