Sha256: 4aa253c5c79879bc96b7742e65df4b410f0dbe6c0906f923544a0e2fa511949b
Contents?: true
Size: 242 Bytes
Versions: 2
Compression:
Stored size: 242 Bytes
Contents
require 'rspec' require 'action_pack' require 'action_controller' require 'action_view' $LOAD_PATH.unshift(File.dirname(__FILE__) + '/../lib') RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
it-0.2.5 | spec/spec_helper.rb |
it-0.2.4 | spec/spec_helper.rb |