• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

petems / vagrant-adam
85%
master: 86%

Build:
Build:
LAST BUILD BRANCH: v0.5.0a
DEFAULT BRANCH: master
Repo Added 19 Aug 2014 02:37PM UTC
Files 6
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

LAST BUILD ON BRANCH transpec_fixes
branch: transpec_fixes
CHANGE BRANCH
x
Reset
  • transpec_fixes
  • 0.1.0
  • 0.1.0a
  • 0.1.1a
  • add_guardfile
  • fix_plugin_lazy_load
  • master
  • more_aruba_testing
  • more_specs_and_refactoring
  • rubocop_fixes
  • run_on_provision_too
  • test_adam_with_no_config
  • update_readme
  • use_aruba_for_acceptance
  • v0.1.0a
  • v0.2.0a
  • v0.3.0a
  • v0.4.0a
  • v0.5.0a

pending completion
27

push

travis-ci

petems
Convert specs to RSpec 2.14.8 syntax with Transpec

This conversion is done by Transpec 2.3.7 with the following command:
    transpec

* 3 conversions
    from: its(:attr) { }
      to: describe '#attr' do subject { super().attr }; it { } end

* 3 conversions
    from: obj.should_receive(:message)
      to: expect(obj).to receive(:message)

* 1 conversion
    from: RSpec.configure { |c| c.color_enabled = something }
      to: RSpec.configure { |c| c.color = something }

* 1 conversion
    from: obj.stub(:message)
      to: allow(obj).to receive(:message)

For more details: https://github.com/yujinakayama/transpec#supported-conversions

174 of 204 relevant lines covered (85.29%)

5.32 hits per line

Relevant lines Covered
Build:
Build:
204 RELEVANT LINES 174 COVERED LINES
5.32 HITS PER LINE
Source Files on transpec_fixes
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
27 transpec_fixes Convert specs to RSpec 2.14.8 syntax with Transpec This conversion is done by Transpec 2.3.7 with the following command: transpec * 3 conversions from: its(:attr) { } to: describe '#attr' do subject { super().attr }; it { } end * ... push 03 Sep 2014 11:47PM UTC petems travis-ci pending completion  
See All Builds (56)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc