Skip to content

Commit

Permalink
Add a project spec
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Nov 2, 2023
1 parent ce796cc commit bfb84f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/project_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@

dir = File.expand_path('../changelog', __dir__)

it 'will not have a directory' do
expect(Dir["#{dir}/*"].none? { |path| File.directory?(path) }).to be(true)
end

Dir["#{dir}/*.md"].each do |path|
context "For #{path}" do
let(:path) { path }
Expand Down

0 comments on commit bfb84f6

Please sign in to comment.