Sha256: 2591f699ed4ea3bd6ce65458c44b35cb277032dc0d32742906852f901a0953f2

Contents?: true

Size: 160 Bytes

Versions: 5

Compression:

Stored size: 160 Bytes

Contents

Autotest.add_discovery { 'rspec2' }

if RUBY_PLATFORM =~ /java/
  Autotest.add_hook :initialize do |at|
    def at.ruby
      "#{super} --1.9"
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
agent-0.12.0 autotest/discover.rb
agent-0.11.0 autotest/discover.rb
agent-0.10.0 autotest/discover.rb
agent-0.9.1 autotest/discover.rb
agent-0.9.0 autotest/discover.rb