Skip to content

Commit

Permalink
[#410] Remove test related to bin/dev file existence
Browse files Browse the repository at this point in the history
  • Loading branch information
mosharaf13 committed Jul 11, 2023
1 parent 7bcb7b9 commit 317f2e1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .template/spec/base/bin/template_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
expect(file('bin/worker.sh')).to be_executable
end

it 'creates the start dev server script' do
expect(file('bin/dev')).to exist
expect(file('bin/dev')).to be_executable
end

it 'creates the docker prepare script' do
expect(file('bin/docker-prepare')).to exist
expect(file('bin/docker-prepare')).to be_executable
Expand Down

0 comments on commit 317f2e1

Please sign in to comment.