Coveralls logob
Coveralls logo
  • Home
  • Features
  • Pricing
  • Docs
  • Sign In

activeadmin / activeadmin / 4536
94%

DEFAULT BRANCH: master
Build:
Repo Added 24 Aug 2014 03:14PM UTC
Total Files 249
# Builds 1682 Last
Badge
Badge Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Oct 2015 - 14:52 coverage decreased (-65.6%) to 15.977%
4536

Pull #3930

travis-ci

140e42a7ba0209d3d277605610b008bf?size=18&default=identiconseanlinsley
use `columns_hash` to get around deprecation warning

we couldn’t use `type_for_column` since:
- it’s not intended as a public method and
- it would return a null object if the column had the default value (nil)

for example:
```
expected: "No"
     got: ""

(compared using ==)
 (RSpec::Expectations::ExpectationNotMetError)
./features/step_definitions/table_steps.rb:96:in `assert_cells_match'
./features/step_definitions/table_steps.rb:79:in `block (2 levels) in assert_tables_match'
./features/step_definitions/table_steps.rb:75:in `each_index'
./features/step_definitions/table_steps.rb:75:in `block in assert_tables_match'
./features/step_definitions/table_steps.rb:74:in `each_index'
./features/step_definitions/table_steps.rb:74:in `assert_tables_match'
./features/step_definitions/table_steps.rb:115:in `/^I should see the "([^"]*)" table:$/'
features/index/index_as_table.feature:252:in `Then I should see the "index_table_posts" table:'

Failing Scenarios:
cucumber features/index/index_as_table.feature:244 # Scenario: Sorting
```
Pull Request #3930: Fix the column_for_attribute deprecation warning for the last time

629 of 3937 relevant lines covered (15.98%)

0.62 hits per line

Jobs
Coverage Job Files Covered Ran
15.98
4536.8 (jruby-9.0.0.0, RAILS=4.2.2) 249 31 Jul 2017 04:52AM UTC Travis Job 4536.8
Source Files on build 4536
  • List 249
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #4536
  • Pull Request #3930
  • PR Base - master (#4534)
Troubleshooting · Open an Issue · Sales · Support · ENTERPRISE · CAREERS · STATUS
BLOG · TWITTER · Legal & Privacy · Supported CI Services · What's a CI service? · Automated Testing

© 2022 Coveralls, Inc