Sha256: 7c80547a7201f7f639bbfdda61d63651acae1ace83da0417386e10157ba301c1

Contents?: true

Size: 252 Bytes

Versions: 1

Compression:

Stored size: 252 Bytes

Contents

require 'webmachine'
require 'webmachine/actionview'
require 'dummy/app'
require 'rspec/its'

RSpec.configure do |config|
  config.expect_with :rspec do |c|
    c.syntax = :should
  end
  config.mock_with :rspec do |c|
    c.syntax = :should
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
webmachine-actionview-0.0.3 spec/spec_helper.rb