Skip to content

Commit

Permalink
Fix failing storage controller specs according to the fix of the title
Browse files Browse the repository at this point in the history
  • Loading branch information
hstastna committed Aug 28, 2018
1 parent e8d0010 commit 244916e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/controllers/storage_controller_spec.rb
Expand Up @@ -271,6 +271,7 @@

before do
allow(controller).to receive(:render).and_return(true)
allow(controller).to receive(:build_accordions_and_trees)

controller.instance_variable_set(:@record, datastore)
controller.instance_variable_set(:@sb, :active_tree => :storage_tree)
Expand Down

0 comments on commit 244916e

Please sign in to comment.