spec/spec_helper.rb in aktion_test-0.2.2 vs spec/spec_helper.rb in aktion_test-0.3.0
- old
+ new
@@ -1,5 +1,10 @@
$: << File.dirname(__FILE__)
require 'aktion_test'
require 'support/autoload'
-AktionTest::SpecHelper.load :Simplecov, :RSpec, :AktionTest, :Timecop, :FactoryGirl, :Faker
+AktionTest::SpecHelper.build do
+ use :AktionTest, :FactoryGirl, :Faker, :RSpec, :Timecop
+end
+
+SimpleCov.add_group 'Matchers', 'lib/aktion_test/matchers'
+SimpleCov.add_group 'Modules', 'lib/aktion_test/module'