Machine bootstrapping tool with a focus on sensible defaults, conventions, and avoidance of vendoring - This is a mirror
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Restore read of github.user in smoke tests

mx4ke.xyz 0f83322a a128bdc4

verified
+1 -1
+1 -1
spec/provisioning/spec/localhost/dependencies_step_spec.rb
··· 16 16 17 17 expect(config_hcl).to match(/name = "#{git_name}"/) 18 18 expect(config_hcl).to match(/email = "#{git_email}"/) 19 - expect(config_hcl).to match(/github = "#{ENV["MSTRAP_USER_GITHUB"]}"/) 19 + expect(config_hcl).to match(/github = "#{git_github}"/) 20 20 end 21 21 end 22 22