Skip to content

[WIP] Spock to JUnit migration #1249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: add explicit import for Date class.
This change is needed in order to simplify automated porting of tests.

Part of 1246
  • Loading branch information
php-coder committed Jan 28, 2020
commit 65d62d85fc1957dc94b3497e42f5444a9614b9de
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ package ru.mystamps.web.feature.site

import static org.assertj.core.util.DateUtil.yesterday

@SuppressWarnings('UnnecessaryGroovyImport')
import java.util.Date

import org.assertj.core.api.WithAssertions
import org.slf4j.helpers.NOPLogger
import ru.mystamps.web.feature.account.UserService
Expand Down