Sha256: 18cebc8ee48d058b2aec4a1632431596d566039ce3974e73366975c5b6037ee6
Contents?: true
Size: 411 Bytes
Versions: 4
Compression:
Stored size: 411 Bytes
Contents
# For use with the ginger gem to test plugin against multiple versions of Rails. # # To use ginger: # # gem install ginger # # Then run # # ginger spec # Ginger.configure do |config| rails_versions = ['2.0.2', '2.1.2', '2.2.2', '2.3.3', '2.3.4', '2.3.5', '2.3.6', '2.3.9'] rails_versions.each do |v| g = Ginger::Scenario.new("Rails #{v}") g['rails'] = v config.scenarios << g.dup end end
Version data entries
4 entries across 4 versions & 2 rubygems