Sha256: c91ae53176857459eba3d9ae3f0375d82e3aff94096667d107ba5b6b4219511f

Contents?: true

Size: 342 Bytes

Versions: 9

Compression:

Stored size: 342 Bytes

Contents

require 'rspec'
require 'cantango/rspec'
require 'cantango/core'

class Project
end

def spec_folder
  File.dirname(__FILE__)
end

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|  
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
cantango-core-0.1.9.3 spec/spec_helper.rb
cantango-core-0.1.9.2 spec/spec_helper.rb
cantango-core-0.1.9.1 spec/spec_helper.rb
cantango-core-0.1.9 spec/spec_helper.rb
cantango-core-0.1.8 spec/spec_helper.rb
cantango-core-0.1.7 spec/spec_helper.rb
cantango-core-0.1.6 spec/spec_helper.rb
cantango-core-0.1.5 spec/spec_helper.rb
cantango-core-0.1.4 spec/spec_helper.rb