1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00

Tidy up spec helper

This commit is contained in:
Daniel Barber 2018-08-25 12:06:09 -04:00
parent e326c7d2bd
commit 442f9a1472
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -1,11 +1,11 @@
require 'webmock/rspec' require "webmock/rspec"
WebMock.disable_net_connect! WebMock.disable_net_connect!
# This file was generated by the `rails generate rspec:install` command. Conventionally, all # This file was generated by the `rails generate rspec:install` command.
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # Conventionally, all specs live under a `spec` directory, which RSpec adds to
# The generated `.rspec` file contains `--require spec_helper` which will cause # the `$LOAD_PATH`. The generated `.rspec` file contains `--require spec_helper`
# this file to always be loaded, without a need to explicitly require it in any # which will cause this file to always be loaded, without a need to explicitly
# files. # require it in any files.
# #
# Given that it is always loaded, you are encouraged to keep this file as # Given that it is always loaded, you are encouraged to keep this file as
# light-weight as possible. Requiring heavyweight dependencies from this file # light-weight as possible. Requiring heavyweight dependencies from this file