File: Gemfile

package info (click to toggle)
ruby-test-unit-context 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 164 kB
  • sloc: ruby: 823; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
source 'https://rubygems.org'

gemspec

if path = ENV['test-unit']
  gem 'test-unit', :path => path
elsif version = ENV['TEST_UNIT']
  gem 'test-unit', version
end