AutoCommit Son Aug 30 19:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-30 19:03:01 +02:00
parent 2d9944dfc3
commit 18a6821029
2 changed files with 41 additions and 52 deletions

View File

@@ -8,7 +8,8 @@ require 'sunspot_test/rspec'
# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories.
Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f }
Dir[Rails.root.join("spec/models/shared_examples/**/*.rb")].each {|f| require f}
Dir[Rails.root.join("spec/controllers/shared_examples/**/*.rb")].each {|f| require f}
RSpec.configure do |config|
# ## Mock Framework
#