Skip to content

Commit

Permalink
Merge pull request #1154 from durandom/fix_s3_spec
Browse files Browse the repository at this point in the history
enable s3 prototype to fix specs
  • Loading branch information
himdel authored Apr 25, 2017
2 parents 969739e + 107ebb2 commit d8b695b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/controllers/cloud_object_store_container_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@

context "in Amazon S3" do
before do
stub_settings_merge(
:prototype => {
:amazon => {
:s3 => true
}
}
)
@cloud_manager = FactoryGirl.create(:ems_amazon)
@ems = @cloud_manager.s3_storage_manager

Expand Down

0 comments on commit d8b695b

Please sign in to comment.