Commit 5218ff47cc11c8dd8417f1aab6dab0ee4d36c556

Authored by Leandro Santos
1 parent 05ad922f

change class name test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/unit/api/environment_test.rb
1 1 require_relative 'test_helper'
2 2  
3   -class SearchTest < ActiveSupport::TestCase
  3 +class EnvironmentTest < ActiveSupport::TestCase
4 4  
5 5 def setup
6 6 @person = create_user('testing').person
... ...