Fix typo in rspec-persistence.txt
This commit is contained in:
parent
26cfe7090b
commit
3ce908e713
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -23,7 +23,7 @@ doc
|
|||
test/dummy/log/*.log
|
||||
test/dummy/log/*.log*
|
||||
|
||||
rspec-persistance.txt
|
||||
rspec-persistence.txt
|
||||
|
||||
.rake_tasks
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue