Skip to content

Commit

Permalink
Made all test scripts executable
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Dec 23, 2015
1 parent 2fc902e commit dc032c8
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 0 deletions.
Empty file modified test/helpers.rb 100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions test/suite.rb 100644 → 100755
Expand Up @@ -4,6 +4,7 @@
$: << File.dirname(File.expand_path(__FILE__))

require 'minitest/autorun'
require 'minitest/unit'

Dir.foreach(File.dirname(__FILE__)) { |file|
require file if /^test_.*\.rb$/o.match(file)
Expand Down
Empty file modified test/test_entity.rb 100644 → 100755
Empty file.
Empty file modified test/test_privilege.rb 100644 → 100755
Empty file.
Empty file modified test/test_server.rb 100644 → 100755
Empty file.
Empty file modified test/test_session.rb 100644 → 100755
Empty file.

0 comments on commit dc032c8

Please sign in to comment.