Skip to content

Commit

Permalink
use proper script to run test
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 20, 2014
1 parent 35d0ef7 commit f26b5a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/general/test/finish_client_test.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#! /usr/bin/env rspec

require_relative "test_helper"

require "installation/finish_client"
Expand Down
2 changes: 2 additions & 0 deletions library/general/test/proposal_client_test.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#! /usr/bin/env rspec

require_relative "test_helper"

require "installation/proposal_client"
Expand Down

0 comments on commit f26b5a5

Please sign in to comment.