5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 08:25:46 +00:00

arreglar algunos tests

This commit is contained in:
f 2019-03-26 12:52:54 -03:00
parent da0504d482
commit 01ac92f2a2
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,6 @@ require 'test_helper'
class PostTest < ActiveSupport::TestCase
setup do
@user = Usuaria.find('f@kefir.red')
@path = File.join(Site.site_path_for(@user), 'cyber-women.com')
@site = @user.sites.select { |s| s.name == 'cyber-women.com' }.first
@post = @site.posts.sample
end

View file

@ -5,7 +5,7 @@ require 'test_helper'
class SiteTest < ActiveSupport::TestCase
setup do
@user = Usuaria.find('f@kefir.red')
@path = File.join(Site.site_path_for(@user), 'cyber-women.com')
@path = File.join(@user.path, 'cyber-women.com')
reset_git_repo(@path)
@site = @user.sites.select { |s| s.name == 'cyber-women.com' }.first
@site.read