Sha256: a7bdd04ce2c46ce35f0a1b1a90b6a5e1792936155326b7e05cd1d41d19b5cf42

Contents?: true

Size: 421 Bytes

Versions: 4

Compression:

Stored size: 421 Bytes

Contents

begin
  require 'simplecov'
  SimpleCov.start
rescue LoadError
end

require 'rubygems'

ENV['RAILS_ENV'] = 'test'

require 'active_support'
require 'active_support/all' unless Class.respond_to?(:cattr_accessor)
require 'rails-footnotes/footnotes'
require 'rails-footnotes/abstract_note'
require "rails-footnotes"

class Rails
  def self.logger; end

  def self.version; '3.0.12'; end
end

RSpec.configure do |config|
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rails-footnotes-3.7.9 spec/spec_helper.rb
rails-footnotes-3.7.8 spec/spec_helper.rb
rails-footnotes-3.7.7 spec/spec_helper.rb
rails-footnotes-3.7.6 spec/spec_helper.rb