Sha256: 53aa87b3177e767fb8915dbdc5b365da2f36030f8d41ceab136df41a5a1220a7
Contents?: true
Size: 261 Bytes
Versions: 265
Compression:
Stored size: 261 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 Specinfra.configuration.os = 'foo' describe Specinfra.configuration.os do it { should eq 'foo' } end
Version data entries
265 entries across 265 versions & 3 rubygems