Skip to content

Commit

Permalink
rest2parts.py -> rst2parts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Nov 1, 2009
1 parent eca3371 commit 19cfca1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rbst.rb
Expand Up @@ -13,7 +13,7 @@ def initialize(*args)
end

def convert
executable = File.join(File.dirname(__FILE__), 'rest2parts.py')
executable = File.join(File.dirname(__FILE__), 'rst2parts.py')
execute "python #{executable}" + convert_options
end
alias_method :to_s, :convert
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/test_rbst.rb
Expand Up @@ -9,7 +9,7 @@ def setup

should "call bare rest2parts when passed no options" do
converter = RbST.new(@rst_file)
converter.expects(:execute).with('python ./test/../lib/rest2parts.py').returns(true)
converter.expects(:execute).with('python ./test/../lib/rst2parts.py').returns(true)
assert converter.convert
end

Expand Down

0 comments on commit 19cfca1

Please sign in to comment.