Giter Club home page Giter Club logo

Comments (4)

Overload119 avatar Overload119 commented on May 14, 2024 1

Ah, I think this is because I have rspec-rails required but not rspec

[3] pry(main)> defined?(RSpec)
=> "constant"
[4] pry(main)> RSpec.configure
NoMethodError: undefined method `configure' for RSpec:Module
from (pry):3:in `__pry__'
[5] pry(main)> Object.const_source_location('RSpec')
=> ["/Users/amirsharif/.rbenv/versions/3.2.0/lib/ruby/gems/3.2.0/gems/rspec-rails-6.0.1/lib/rspec/rails/feature_check.rb",
 1]
[6] pry(main)>

I removed this from my Gemfile and it works. Perhaps we check for the configure via respond_to or just do nothing.

from singed.

Overload119 avatar Overload119 commented on May 14, 2024

It'd be nice to remove the dependency on rspec completely.

from singed.

technicalpickles avatar technicalpickles commented on May 14, 2024

How are you including singed in your project? I'm confused how singed/rspec is loaded because singed only requires it if RSpec is defined:

require 'singed/rspec' if defined?(RSpec)

We could remove that line, and add an explicit configuration step to rspec, ie require 'singed/rspec'.

from singed.

kivanio avatar kivanio commented on May 14, 2024

Same here
I only require rspec-rails at my Rails app

from singed.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.