Skip to content

jmoody/freezing-cyril

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demonstrates {} does not implement stubbed? problem.

Reproduce

$ git clone git@github.com:jmoody/freezing-cyril.git
$ cd freezing-cyril
$ bundle install
$ bundle exec rspec spec/lib/launcher_spec.rb

Expected

An error not to be raised.

Found

   Failure/Error: stub_env('DEVICE_TARGET', 'device')
       {"RBENV_VERSION"=>"2.2.0",
          <snip>,
        "BUNDLE_ORIG_MANPATH"=>"/opt/local/share/man:"}
        does not implement: stubbed?

About

Demonstrates `{}` does not implement stubbed?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages