Skip to content

Commit

Permalink
#3879 another spec stabilization
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartones committed Jun 4, 2015
1 parent 235fb53 commit 9761e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/carto/visualization_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
end

before(:each) do
CartoDB::Visualization::Member.any_instance.stubs(:has_named_map?).returns(false)
CartoDB::NamedMapsWrapper::NamedMaps.any_instance.stubs(:get => nil, :create => true, :update => true, :delete => true)
delete_user_data(@user)
end

Expand Down

0 comments on commit 9761e52

Please sign in to comment.