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

shakacode / react_on_rails / 4230
0%

Build:
DEFAULT BRANCH: master
Ran 25 Oct 2017 11:39PM UTC
Jobs 2
Files 0
Run time –
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

pending completion
4230

push

travis-ci

justin808
Fix to add missing dependency to run generator spec individually (#962)

Without this `require` statement, the following error has thrown:

    $ bundle exec rspec spec/react_on_rails/generators/generator_messages_spec.rb
    An error occurred while loading ./spec/react_on_rails/generators/generator_messages_spec.rb.
    Failure/Error:
      describe GeneratorMessages do
        it "has an empty messages array" do
          expect(GeneratorMessages.messages).to be_empty
        end

        it "has a method that can add errors" do
          GeneratorMessages.add_error "Test error"
          expect(GeneratorMessages.messages)
            .to match_array([GeneratorMessages.format_error("Test error")])
        end

    NameError:
      uninitialized constant GeneratorMessages
    # ./spec/react_on_rails/generators/generator_messages_spec.rb:5:in `<top (required)>'
    No examples found.

    Finished in 0.00026 seconds (files took 0.12917 seconds to load)
    0 examples, 0 failures, 1 error occurred outside of examples
Jobs
ID Job ID Ran Files Coverage
1 4230.1 (2.3.1, spec/dummy/Gemfile) 25 Oct 2017 11:39PM UTC 0
Travis Job 4230.1
2 4230.2 (2.4.1, spec/dummy/Gemfile) 25 Oct 2017 11:39PM UTC 0
Travis Job 4230.2
Source Files on build 4230
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4230
  • 991b50ab on github
  • Prev Build on master (#4224)
  • Next Build on master (#4241)
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

© 2026 Coveralls, Inc