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:
parent
e326c7d2bd
commit
442f9a1472
@ -1,11 +1,11 @@
|
||||
require 'webmock/rspec'
|
||||
require "webmock/rspec"
|
||||
WebMock.disable_net_connect!
|
||||
|
||||
# This file was generated by the `rails generate rspec:install` command. Conventionally, all
|
||||
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
|
||||
# The generated `.rspec` file contains `--require spec_helper` which will cause
|
||||
# this file to always be loaded, without a need to explicitly require it in any
|
||||
# files.
|
||||
# This file was generated by the `rails generate rspec:install` command.
|
||||
# Conventionally, all specs live under a `spec` directory, which RSpec adds to
|
||||
# the `$LOAD_PATH`. The generated `.rspec` file contains `--require spec_helper`
|
||||
# which will cause this file to always be loaded, without a need to explicitly
|
||||
# require it in any files.
|
||||
#
|
||||
# Given that it is always loaded, you are encouraged to keep this file as
|
||||
# light-weight as possible. Requiring heavyweight dependencies from this file
|
||||
|
||||
Loading…
Reference in New Issue
Block a user