Answer the question
In order to leave comments, you need to log in
Why is the test (rspec) not running?
Hello, please tell me why the test is not running.
There is a cinema.rb model
In the spec / models folder, I created a file cinema_spec.rb there is such a code
require "spec_helper"
RSpec.describe Cinema :type => :model do
it "should do something" do
(1+1).should == 2
end
end
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question