fix bug for closing lists on preloaded view and add acceptance body
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module NavigationHelpers
|
||||
# Put helper methods related to the paths in your application here.
|
||||
|
||||
def homepage
|
||||
"/"
|
||||
end
|
||||
end
|
||||
|
||||
RSpec.configuration.include NavigationHelpers, :type => :acceptance
|
||||
Reference in New Issue
Block a user