summaryrefslogtreecommitdiffhomepage
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/yardoc_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/yardoc_spec.rb b/spec/yardoc_spec.rb
index 1073178..2268d5b 100644
--- a/spec/yardoc_spec.rb
+++ b/spec/yardoc_spec.rb
@@ -7,6 +7,6 @@ describe YARD::CLI::Yardoc do
end
it "should use mrblib/**/*.rb src/**/*.c include/**/*.h as default file glob" do
- expect(@yardoc.files).to eq %w{mrblib/**/*.rb src/**/*.c include/**/*.h}
+ expect(@yardoc.files).to match_array(%w{mrblib/**/*.rb src/**/*.c include/**/*.h})
end
end