Sha256: b735b8090c0121fba13a30f4ec215ae213ffe0dc138b5df27ad50ae7fc281368

Contents?: true

Size: 307 Bytes

Versions: 9

Compression:

Stored size: 307 Bytes

Contents

ENV["RAILS_ENV"] = "test"
require File.expand_path('../../config/environment', __FILE__)
require 'fixture_background'
require 'rails/test_help'

class ActiveSupport::TestCase
  include ::FixtureBackground::ActiveSupport::TestCase
  
  fixtures :all
  
  def some_test_helper_returning_one
    1
  end
end  

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fixture_background-0.9.10.1 test/rails3/test/test_helper.rb
fixture_background-0.9.10 test/rails3/test/test_helper.rb
fixture_background-0.9.9 test/rails3/test/test_helper.rb
fixture_background-0.9.8 test/rails3/test/test_helper.rb
fixture_background-0.9.6 test/rails3/test/test_helper.rb
fixture_background-0.9.5 test/rails3/test/test_helper.rb
fixture_background-0.9.4 test/rails3/test/test_helper.rb
fixture_background-0.9.3 test/rails3/test/test_helper.rb
fixture_background-0.9.2 test/rails3/test/test_helper.rb