lib/rspec/expect_it.rb in rspec-expect_it-1.1.0 vs lib/rspec/expect_it.rb in rspec-expect_it-2.0.0

- old
+ new

@@ -1,8 +1,10 @@ require "rspec" require "rspec/expect_it/version" require "rspec/expect_it/helpers" +require "rspec/expect_it/expectation_targets/expect_it" +require "rspec/expect_it/expectation_targets/expect_its" RSpec.configure do |config| config.include RSpec::ExpectIt::Helpers end \ No newline at end of file