Skip to content

Configure starting ids of database tables

Compare
Choose a tag to compare
@nepalez nepalez released this 04 May 08:55
· 41 commits to master since this release
# /spec/rails_helper.rb
RSpec.configure do |config|
  config.before(:suite) { Fixturama.start_ids_from 1_000_000 }
end