Skip to content

Commit

Permalink
Remove unused unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Oct 2, 2015
1 parent 17af639 commit e0445b6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/unit/recipes/default_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -945,12 +945,6 @@
end

context 'with PostgreSQL' do
let(:db_connection) do
{
host: db_host, port: 5432,
username: 'postgres', password: db_root_password
}
end
before { node.set['owncloud']['config']['dbtype'] = 'pgsql' }

it 'encrypts mysql owncloud password' do
Expand Down

0 comments on commit e0445b6

Please sign in to comment.