spec/spec_helper.rb in danica-1.2.0 vs spec/spec_helper.rb in danica-2.0.0
- old
+ new
@@ -11,9 +11,16 @@
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.
#