diff --git a/spec/sqlite3_deploy_spec.rb b/spec/sqlite3_deploy_spec.rb index fcd7e980..21ace0fb 100644 --- a/spec/sqlite3_deploy_spec.rb +++ b/spec/sqlite3_deploy_spec.rb @@ -23,7 +23,7 @@ it 'should put a reference to a shared database in database.sqlite3.yml' do contents = @release_path.join('config', 'database.yml').read - contents.should include(@shared_path.join('databases', "#{@framework_env}.sqlite3").expand_path) + contents.should include(@shared_path.join('databases', "#{@framework_env}.sqlite3").expand_path.to_s) end it 'should create the shared database' do