6 lines
168 B
Ruby
6 lines
168 B
Ruby
module HelperMethods
|
|
# Put helper methods you need to be available in all acceptance specs here.
|
|
|
|
end
|
|
|
|
RSpec.configuration.include HelperMethods, :type => :acceptance |