spec/spec_helper.rb in pivot_table-0.1.4 vs spec/spec_helper.rb in pivot_table-0.2.0
- old
+ new
@@ -9,6 +9,8 @@
# in ./support/ and its subdirectories.
Dir["./spec/support/**/*.rb"].each {|f| require f}
RSpec.configure do |config|
+ config.include Helpers
+
end