Sha256: 2996ce469733d50ff9283aff95845e221521a21a5f1949440371252eda81277c
Contents?: true
Size: 931 Bytes
Versions: 2
Compression:
Stored size: 931 Bytes
Contents
# QorTest ## Usage config/qor/test.rb gem 'nokogiri', [{:git => "git://github.com/tenderlove/nokogiri.git", :branch => "1.4"}, {:git => "git://github.com/tenderlove/nokogiri.git"}] gem 'nokogiri', :git => "git://github.com/tenderlove/nokogiri.git", :branch => "1.4" gem 'nokogiri', :git => "git://github.com/tenderlove/nokogiri.git" gem 'RedCloth', ">= 4.1.0", "< 4.2.0" env 'default' do ruby '1.9.3' gem 'rails', ['3.1', '3.2', '4.0.0.beta'] end env '1.8.7' do ruby '1.8.7' gem 'rails', ['3.1', '3.2'] end Run: qor_test COMMAND='ruby test/xxxx' qor_test -e default COMMAND='rake test' qor_test -e 1.8.7 ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
qor_test-0.0.3 | README.md |
qor_test-0.0.2 | README.md |