Skip to content

Commit

Permalink
Moved examples_spec.rb one directory up.
Browse files Browse the repository at this point in the history
  • Loading branch information
vic committed Dec 23, 2010
1 parent e6c1439 commit 8b852b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/examples/examples_spec.rb → spec/examples_spec.rb
@@ -1,8 +1,8 @@
require 'open3'

base = File.expand_path("../..", File.dirname(__FILE__))
base = File.expand_path("..", File.dirname(__FILE__))

Dir.glob(File.expand_path("*.out", File.dirname(__FILE__))) do |file|
Dir.glob(File.expand_path("**/*.out", File.dirname(__FILE__))) do |file|

content = File.read file
m = /#!\s*typhon\s+(.*)$/.match(content)
Expand Down

0 comments on commit 8b852b7

Please sign in to comment.