spec/spec_helper.rb in danica-2.0.1 vs spec/spec_helper.rb in danica-2.0.2

- old
+ new

@@ -11,15 +11,9 @@ SimpleCov.start 'gem' require 'pry-nav' require 'danica' -require 'danica/product' -require 'danica/sum' -require 'danica/division' -require 'danica/power' -require 'danica/square_root' -require 'danica/exponential' # This file was generated by the `rspec --init` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # Require this file using `require "spec_helper"` to ensure that it is only # loaded once.