Skip to content

Commit

Permalink
remove rspec cwm shared tests as it is not available in SP3
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Sep 6, 2017
1 parent 74c9ba9 commit 1e1ae1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions language/test/widgets/language_selection_test.rb
@@ -1,11 +1,9 @@
#!/usr/bin/env rspec

require_relative "../test_helper"
require "cwm/rspec"
require "y2country/widgets/language_selection"

describe Y2Country::Widgets::LanguageSelection do
include_examples "CWM::ComboBox"

subject(:widget) { described_class.new }
let(:default_language) { "en_US" }
Expand Down

0 comments on commit 1e1ae1d

Please sign in to comment.