lib/rspec/expectations/expectation_target.rb in rspec-expectations-3.5.0 vs lib/rspec/expectations/expectation_target.rb in rspec-expectations-3.6.0.beta1

- old
+ new

@@ -46,10 +46,10 @@ end end # Defines instance {ExpectationTarget} instance methods. These are defined # in a module so we can include it in `Minitest::Expectation` when - # `rspec/expectations/minitest_integration` is laoded in order to + # `rspec/expectations/minitest_integration` is loaded in order to # support usage with Minitest. module InstanceMethods # Runs the given expectation, passing if `matcher` returns true. # @example # expect(value).to eq(5)