Skip to content

Commit

Permalink
Fix typo in rspec-persistence.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperTux88 committed Apr 4, 2017
1 parent 26cfe70 commit 3ce908e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -23,7 +23,7 @@ doc
test/dummy/log/*.log
test/dummy/log/*.log*

rspec-persistance.txt
rspec-persistence.txt

.rake_tasks

Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -61,7 +61,7 @@ def verify_signature(pubkey, signature, signed_string)
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
Expand Down

0 comments on commit 3ce908e

Please sign in to comment.