spec/spec_helper.rb in mods_display-0.4.1 vs spec/spec_helper.rb in mods_display-0.5.0

- old
+ new

@@ -1,6 +1,8 @@ require 'mods_display' require 'stanford-mods' +require 'capybara' + Dir["#{File.expand_path('..', __FILE__)}/fixtures/*.rb"].each { |file| require file } # Load i18n test file. # We don't have any reliable translations yet so this # just make sure that we're handling i18n properly. I18n.load_path += Dir["#{File.expand_path('../..', __FILE__)}/spec/test_fr.yml"]