mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-25 08:45:54 +00:00
Add encoding line so tests run in Ruby 1.9
This commit is contained in:
parent
dd1b633c09
commit
9b88bd2db8
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
require 'helper'
|
||||
|
||||
class SimpleOAuthTest < Test::Unit::TestCase
|
||||
|
|
|
|||
Loading…
Reference in a new issue