Sha256: 35e59b116d7ae7a0af00cdd0ef8e044a8a4737ca73618d013dd3ecfe85a393dd
Contents?: true
Size: 157 Bytes
Versions: 61
Compression:
Stored size: 157 Bytes
Contents
require 'spec_helper' RSpec.configure do |c| c.path = 'foo' end describe RSpec.configuration.path do it { should eq SpecInfra.configuration.path } end
Version data entries
61 entries across 61 versions & 1 rubygems