-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Hi. I'm new in RoR and I have a little problem with your gem. In my situation he doesn’t see a few models
app/
models/
data_set/
user.rb <-
synchronization_report/
data_set.rb <- not included in the report
data_area.rb <- not included in the report
job.rb
alert_definiion.rb
alert_sent_history.rb
data_set.rb <- not included in the report
data_set_synch_agent.rb
exchange_server.rb
general_setting.rb
synch_agent.rb
synchronization_report.rb <- not included in the report
text_placeholder.rb
user.rb <- not included in the report
In my spec_helper.rb I add
require 'simplecov'
require 'simplecov-rcov'
SimpleCov.formatter = SimpleCov::Formatter::HTMLFormatter
SimpleCov.start 'rails' do
add_filter "/vendor/"
add_filter "/ruby_gems/"
add_filter "/spec/"
end
Rails.application.eager_load!
What is wrong with my configuration?
Best regards.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
