Skip to content

Commit 144070e

Browse files
committed
Add shell scripts for local builds on Mac with windows-docker-machine
1 parent 01ff803 commit 144070e

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

serverspec/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docker build -t serverspec .

serverspec/spec/ruby_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111

1212
describe command('bundle version') do
1313
its(:exit_status) { should eq 0 }
14-
its(:stdout) { should match /Bundler version 1.14.3/ }
14+
its(:stdout) { should match /Bundler version 1.14.6/ }
1515
end
1616
end

serverspec/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
docker run -v C:$(pwd)/spec:C:/spec serverspec

0 commit comments

Comments
 (0)