Sha256: ac755db7b111425f160acd288aa6826e77aaf91e0c601e27608d49993c3207bc

Contents?: true

Size: 272 Bytes

Versions: 8

Compression:

Stored size: 272 Bytes

Contents

# Loads the RSpec support files.
require "hexx-rspec"

# Loads support files
Dir.chdir(File.expand_path("..", __FILE__)) do
  Dir["./support/*.rb"].each { |file| require file }
end

# Loads coveralls runtime metrics
Hexx::RSpec.load_metrics_for(self)

require "hexx-suit"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hexx-suit-2.3.2 spec/spec_helper.rb
hexx-suit-2.3.0 spec/spec_helper.rb
hexx-suit-2.2.3 spec/spec_helper.rb
hexx-suit-2.2.2 spec/spec_helper.rb
hexx-suit-2.2.1 spec/spec_helper.rb
hexx-suit-2.2.0 spec/spec_helper.rb
hexx-suit-2.1.0 spec/spec_helper.rb
hexx-suit-2.0.0 spec/spec_helper.rb