Fix typo in rspec-persistence.txt

This commit is contained in:
Benjamin Neff 2017-04-04 03:39:22 +02:00
parent 26cfe7090b
commit 3ce908e713
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -23,7 +23,7 @@ doc
test/dummy/log/*.log
test/dummy/log/*.log*
rspec-persistance.txt
rspec-persistence.txt
.rake_tasks

View file

@ -61,7 +61,7 @@ RSpec.configure do |config|
config.include JSON::SchemaMatchers
config.json_schemas[:entity_schema] = "lib/diaspora_federation/schemas/federation_entities.json"
config.example_status_persistence_file_path = "spec/rspec-persistance.txt"
config.example_status_persistence_file_path = "spec/rspec-persistence.txt"
config.expect_with :rspec do |expect_config|
expect_config.syntax = :expect