Skip to content

Commit

Permalink
$ Remove unnecessary require
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Dec 19, 2016
1 parent 6bce939 commit e8deafd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion spec/integration/aws_integration_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require File.dirname(__FILE__) + '/../spec_helper'
require "fog/core"
require "fog/aws"

def bucket(name)
Expand Down
1 change: 0 additions & 1 deletion spec/unit/storage_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require File.dirname(__FILE__) + '/../spec_helper'
require "fog/core"

describe AssetSync::Storage do
include_context "mock Rails without_yml"
Expand Down

0 comments on commit e8deafd

Please sign in to comment.