Commit 52fb4951ef51563b2859af98d63b1ed5f2d1139d

Authored by Gabriela Navarro
1 parent 3732543d

Fix private method for mpog software unit test

Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/unit/mpog_software_plugin_test.rb
... ... @@ -6,7 +6,7 @@ class MpogSoftwarePluginTest &lt; ActiveSupport::TestCase
6 6  
7 7 def setup
8 8 @plugin = MpogSoftwarePlugin.new
9   - @user = create_user 'login', 'test@email.com', '1234', '1234', 'test2@email.com'
  9 + @user = create_user
10 10 @person = @user.person
11 11 end
12 12  
... ...