Skip to content

Commit

Permalink
move to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jan 22, 2019
1 parent 0327c7b commit d47723a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/CMakeLists.txt
Expand Up @@ -11,4 +11,3 @@ foreach(test ${Specs})
endforeach(test)

ADD_TEST("integration" ruby ${CMAKE_CURRENT_SOURCE_DIR}/integration/run.rb)
ADD_TEST("translations" ${CMAKE_CURRENT_SOURCE_DIR}/integration/translations.rb)
File renamed without changes.
File renamed without changes.
@@ -1,6 +1,6 @@
#! /usr/bin/env rspec

require_relative "../test_helper"
require_relative "test_helper"

require "yast"

Expand Down

0 comments on commit d47723a

Please sign in to comment.