aboutsummaryrefslogtreecommitdiff
path: root/spec/shared_behaviours/all_parsedfile_providers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/shared_behaviours/all_parsedfile_providers.rb')
-rw-r--r--spec/shared_behaviours/all_parsedfile_providers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/shared_behaviours/all_parsedfile_providers.rb b/spec/shared_behaviours/all_parsedfile_providers.rb
index 1701fe3..321cd86 100644
--- a/spec/shared_behaviours/all_parsedfile_providers.rb
+++ b/spec/shared_behaviours/all_parsedfile_providers.rb
@@ -4,7 +4,7 @@ shared_examples_for 'all parsedfile providers' do |provider, *files|
end
files.flatten.each do |file|
- it "should rewrite #{file} reasonably unchanged" do
+ it "rewrites #{file} reasonably unchanged" do
allow(provider).to receive(:default_target).and_return(file)
provider.prefetch