Commit 1d813b008a7e290503c51ee921ad7385fdf5b3e6

Authored by Larissa Reis
1 parent 44bdd777

[variables-plugin] Adds a missing require to unit test

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
plugins/variables/test/unit/profile_test.rb
  1 +require 'test_helper'
  2 +
1 3 class ProfileTest < ActiveSupport::TestCase
2 4  
3 5 def setup
... ...