Skip to content

Commit

Permalink
Make sure this test passes no matter the order
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Sutton committed Dec 19, 2011
1 parent f63d880 commit 2e759ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/zencoder/zencoder_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class ZencoderTest < Test::Unit::TestCase
end

should "allow ENV variable to set an api key" do
Zencoder.api_key = nil
ENV['ZENCODER_API_KEY'] = "321"
assert_equal Zencoder::Job.api_key, "321"
end
Expand Down

0 comments on commit 2e759ec

Please sign in to comment.