spec/spec_helper.rb in tfa-0.0.1 vs spec/spec_helper.rb in tfa-0.0.2

- old
+ new

@@ -13,9 +13,11 @@ # The `.rspec` file also contains a few flags that are not defaults but that # users commonly want. # # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration require 'tfa' +require 'securerandom' +require 'tempfile' RSpec.configure do |config| # The settings below are suggested to provide a good initial experience # with RSpec, but feel free to customize to your heart's content. =begin # These two settings work together to allow you to limit a spec run