Sha256: a3d50ab2ebd68cd1eb0809d2c0211b1a65bc308cf12784da8f528bb4675a702c

Contents?: true

Size: 293 Bytes

Versions: 9

Compression:

Stored size: 293 Bytes

Contents

ENV["RAILS_ENV"] = "test"

$:.unshift File.dirname(__FILE__)

require "rails_app/config/environment"

I18n.load_path << File.expand_path("../support/locale/en.yml", __FILE__)

require "rspec/rails"

class NullObject
  private
  def method_missing(method, *args, &block)
    # ignore
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ghost_writer-0.4.2 spec/spec_helper.rb
ghost_writer-0.4.1 spec/spec_helper.rb
ghost_writer-0.4.0 spec/spec_helper.rb
ghost_writer-0.3.1 spec/spec_helper.rb
ghost_writer-0.3.0 spec/spec_helper.rb
ghost_writer-0.2.0 spec/spec_helper.rb
ghost_writer-0.1.1 spec/spec_helper.rb
ghost_writer-0.1.0 spec/spec_helper.rb
ghost_writer-0.0.1 spec/spec_helper.rb