Skip to content

Commit

Permalink
Make it to work with latest dry-rb master versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed May 11, 2016
1 parent ff3cc7b commit 8c17e94
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/predicates/form/array_test.rb
Expand Up @@ -41,8 +41,8 @@
describe 'with blank input' do
let(:input) { { 'foo' => '' } }

it 'is not successful' do
refute_successful result, ['must be an array']
it 'is successful' do
assert_successful result
end
end

Expand Down Expand Up @@ -170,8 +170,8 @@
describe 'with blank input' do
let(:input) { { 'foo' => '' } }

it 'is not successful' do
refute_successful result, ['must be an array']
it 'is successful' do
assert_successful result
end
end

Expand Down Expand Up @@ -222,8 +222,8 @@
describe 'with blank input' do
let(:input) { { 'foo' => '' } }

it 'is not successful' do
refute_successful result, ['must be an array']
it 'is successful' do
assert_successful result
end
end

Expand Down

0 comments on commit 8c17e94

Please sign in to comment.