Sha256: 112c2fe1c487b1233c388ee85153ee899ebbd58730c3a91437508bfe26d99f24

Contents?: true

Size: 199 Bytes

Versions: 7

Compression:

Stored size: 199 Bytes

Contents

module FormattingSupport
  def dedent(string)
    string.gsub(/^\s+\|/, '').chomp
  end
end


# Can't use subprocesses, etc.
module MinitestIntegration
  def with_minitest_loaded
    yield
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
opal-rspec-0.6.2 spec/rspec/expectations/spec_helper_opal.rb
opal-rspec-0.6.1 spec/rspec/expectations/spec_helper_opal.rb
opal-rspec-0.6.0 spec/rspec/expectations/spec_helper_opal.rb
opal-rspec-0.6.0.beta1 spec/rspec/expectations/spec_helper_opal.rb
opal-connect-rspec-0.5.0 spec/rspec/expectations/spec_helper_opal.rb
opal-rspec-0.5.0 spec/rspec/expectations/spec_helper_opal.rb
opal-rspec-0.5.0.beta3 spec/rspec/expectations/spec_helper_opal.rb