Sha256: 4eee4665ea90e997ee393419e263dc33806d6dc7e7cbda9ba02caf46d2f9f5a0

Contents?: true

Size: 213 Bytes

Versions: 2

Compression:

Stored size: 213 Bytes

Contents

ENV["RACK_ENV"] = "test"
require File.expand_path(File.dirname(__FILE__) + "/../config/boot")

RSpec.configure do |conf|
  #conf.mock_with :rr
  #conf.include Rack::Test::Methods
  #conf.include Capybara::DSL
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hisyo-0.2.0 data/generators/project/spec/spec_helper.rb
hisyo-0.1.0 data/generators/project/spec/spec_helper.rb