mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
5 lines
No EOL
222 B
Ruby
5 lines
No EOL
222 B
Ruby
require File.expand_path(File.dirname(__FILE__) + "/../spec_helper")
|
|
require "steak"
|
|
|
|
# Put your acceptance spec helpers inside /spec/acceptance/support
|
|
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} |