diff --git a/.gitignore b/.gitignore index 28f4849..5915161 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.gem *.rbc +*.org /.config /coverage/ /InstalledFiles @@ -33,3 +34,4 @@ build/ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this: .rvmrc +/Gemfile.lock diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..f19482b --- /dev/null +++ b/Gemfile @@ -0,0 +1,4 @@ +source "http://rubygems.org" + +gem "cucumber", "~> 2.0" +gem "rspec", "~> 3.0"