Sha256: de4eac2526ef63d1648da408f1bd09b9bc3a1ae6ecf455c08bb6bad44a671b32

Contents?: true

Size: 275 Bytes

Versions: 4

Compression:

Stored size: 275 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

4 entries across 4 versions & 1 rubygems

Version Path
hexx-suit-1.5.0-x86_64-linux spec/spec_helper.rb
hexx-suit-1.3.0-x86_64-linux spec/spec_helper.rb
hexx-suit-1.2.0 spec/spec_helper.rb
hexx-suit-1.0.0 spec/spec_helper.rb