Sha256: d5ae4d8cb6f22e64af79227ee74a177974c8c43de02ae81d858fb3da33f00ba9
Contents?: true
Size: 265 Bytes
Versions: 13
Compression:
Stored size: 265 Bytes
Contents
require 'spec/autotest/autotest_helper' describe Autotest::Rspec, "discovery" do it "adds the rspec autotest plugin" do Autotest.should_receive(:add_discovery) load File.expand_path(File.dirname(__FILE__) + "/../../lib/autotest/discover.rb") end end
Version data entries
13 entries across 13 versions & 6 rubygems