Skip to content

Commit

Permalink
Fixed template machine unit test, which assumed TM_ORGANIZATION_NAME …
Browse files Browse the repository at this point in the history
…was not set.
  • Loading branch information
specialunderwear committed Sep 19, 2010
1 parent b58fc66 commit 906ef4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Support/test/cases/fm/test_template_machine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def setup
ENV['TM_NEW_FILE'] = "example/path/to/src/org/helvector/Test.as"
ENV['TM_FULLNAME'] = "Brian Potter"
ENV['TM_YEAR'] = "2010"
ENV.delete('TM_ORGANIZATION_NAME')
end

def example_class
Expand Down

0 comments on commit 906ef4a

Please sign in to comment.