-
Notifications
You must be signed in to change notification settings - Fork 236
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
uninitialized constant Cell::Testing::Uber (NameError) #321
Comments
I saw this: #270 Have tested with the github link in my Gemfile and it doesn't appear to solve the problem, |
You're not including the |
/facepalm For some reason that wasn't clear enough. Thank you. |
@apotonick, thanks for the pointer to the cells gem; however there still seems to be an issue with generating Concepts (sorry, I deleted my example repo). It's this issue: trailblazer/rspec-cells#57
I'm not really sure what I gain from using Concepts over Cells -- what I'm really after is a nice ViewModel-like layer. |
Concept cells are cells that follow the Trailblazer file and naming layout: https://github.com/apotonick/cells#concept-cells They are basically identical to normal cells but instead of |
same issue using trailblazer /gems/bundler-1.12.5/lib/bundler/runtime.rb:89:in `rescue in block (2 levels) in require': There was an error while trying to load the gem 'rspec-cells'. (Bundler::GemRequireError) |
Cool @agm1988 that might help me fixing the issue! |
@apotonick trailblazer/rspec-cells#84 |
Thanks @agm1988 for following up on this. Can you please test |
I'm seeing a problem when using cells with rspec-cells.
After creating the repo and a scaffold, I created a cell:
But I want rspec tests, so after installing rspec-rails:
What do to? Install rspec-cells, maybe? After that:
Any ideas?
In order to show the Gemfile etc I've uploaded my bug-demo repository at https://github.com/CJBrew/cell_rails.
Ubuntu system with Rails 4.2.4
The text was updated successfully, but these errors were encountered: