File: rspec3.gemfile

package info (click to toggle)
ruby-json-spec 1.1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: ruby: 1,059; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
source "https://rubygems.org"

gemspec path: ".."

gem "rspec", "~> 3.0"

group :test do
  gem "cucumber", "~> 1.3"
end