File: spec_helper.rb

package info (click to toggle)
ruby-will-paginate 3.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 444 kB
  • sloc: ruby: 2,940; sh: 50; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 75 bytes parent folder | download
1
2
3
4
5
require 'rspec'

RSpec.configure do |config|
  config.mock_with :mocha
end