Sha256: ed5613e4408baf0b5e64f2312cdeb600ab042771d324bd7f2ee1e9405e005c89

Contents?: true

Size: 265 Bytes

Versions: 7

Compression:

Stored size: 265 Bytes

Contents

ENV['RAILS_ENV'] = 'test'

require_relative './dummy/config/environment'

require 'rails/test_help'
require 'byebug'

class ActiveSupport::TestCase
  private
    def create_recordings(count: 120)
      count.times { |i| Recording.create number: i + 1 }
    end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
geared_pagination-1.2.0 test/test_helper.rb
geared_pagination-1.1.2 test/test_helper.rb
geared_pagination-1.1.1 test/test_helper.rb
geared_pagination-1.1.0 test/test_helper.rb
geared_pagination-1.0.2 test/test_helper.rb
geared_pagination-1.0.1 test/test_helper.rb
geared_pagination-1.0.0 test/test_helper.rb