Skip to content

Commit

Permalink
Use standard naming convention for file name and class name
Browse files Browse the repository at this point in the history
beaucollins committed Jul 23, 2013
1 parent 535f3fb commit dd21e55
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_simperium.rb
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ def get_auth_token
return @@_auth_token
end

class TestSimperiumRuby < Test::Unit::TestCase
class TestSimperium < Test::Unit::TestCase
def test_auth_create
get_auth_token
end
2 changes: 1 addition & 1 deletion test/test_simperium_mirror.rb
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
@admin_key = ENV['SIMPERIUM_CLIENT_TEST_ADMINKEY']
@appname = ENV['SIMPERIUM_CLIENT_TEST_APPNAME']

class TestMirror < Test::Unit::TestCase
class TestSimperiumMirror < Test::Unit::TestCase
def test_simperium_mirror
Listener::mirror(@appname, @admin_key, 'todo')
end

0 comments on commit dd21e55

Please sign in to comment.