8000 Remove uneeded skips by deivid-rodriguez · Pull Request #5818 · activeadmin/activeadmin · GitHub
[go: up one dir, main page]

Skip to content

Remove uneeded skips #5818

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

Merged
merged 1 commit into from
Jul 26, 2019
Merged
Changes from all commits
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 CF5C
Diff view
Diff view
8 changes: 0 additions & 8 deletions spec/unit/csv_builder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,4 @@ def view_context
end
end
end

skip '#exec_columns'

describe '#build_row' do
xit 'renders non-strings'
xit 'encodes values correctly'
xit 'passes custom encoding options to String#encode!'
end
end
0