Showing 661 of 695 total issues
Start context description with 'when', 'with', or 'without'. Open
Open
context "comment addition" do
- Create a ticketCreate a ticket
- Exclude checks
Start context description with 'when', 'with', or 'without'. Open
Open
context "signup (without approval)" do
- Create a ticketCreate a ticket
- Exclude checks
Use let
instead of an instance variable. Open
Open
expect(@account.password.length).to be > 10 # encrypted
- Create a ticketCreate a ticket
- Exclude checks
Use let
instead of an instance variable. Open
Open
@signup.update! trigger: :approve_with_verification
- Create a ticketCreate a ticket
- Exclude checks
Use let
instead of an instance variable. Open
Open
expect(@signup.type_id).to eq(Card::SignupID)
- Create a ticketCreate a ticket
- Exclude checks
Use let
instead of an instance variable. Open
Open
@card.update! "+*email" => "schmoe@admin.com", trigger: :send_reset_password_token
- Create a ticketCreate a ticket
- Exclude checks
Beware of using before(:all)
as it may cause state to leak between tests. If you are using rspec-rails
, and use_transactional_fixtures
is enabled, then records created in before(:all)
are not automatically rolled back. Open
Open
before(:all) do
- Create a ticketCreate a ticket
- Exclude checks
Use let
instead of an instance variable. Open
Open
@email_card.update content: "joe@user.com"
- Create a ticketCreate a ticket
- Exclude checks
Start context description with 'when', 'with', or 'without'. Open
Open
context "A+B+C" do
- Create a ticketCreate a ticket
- Exclude checks
Use let
instead of an instance variable. Open
Open
@card.delete
- Create a ticketCreate a ticket
- Exclude checks
Use let
instead of an instance variable. Open
Open
expect(@card.errors[:email].first).to match(/not recognized/)
- Create a ticketCreate a ticket
- Exclude checks
Start context description with 'when', 'with', or 'without'. Open
Open
context "update" do
- Create a ticketCreate a ticket
- Exclude checks
Use let
instead of an instance variable. Open
Open
edit_view = @card.format.render_edit
- Create a ticketCreate a ticket
- Exclude checks
Use let
instead of an instance variable. Open
Open
expect(@mail.to).to eq([@email])
- Create a ticketCreate a ticket
- Exclude checks
Start context description with 'when', 'with', or 'without'. Open
Open
context "stabilize" do
- Create a ticketCreate a ticket
- Exclude checks
Use let
instead of an instance variable. Open
Open
expect(@account.salt).not_to eq("")
- Create a ticketCreate a ticket
- Exclude checks
Name your test subject if you need to reference it explicitly. Open
Open
expect(subject.match(/Sign up/)).to be_truthy
- Create a ticketCreate a ticket
- Exclude checks
Use let
instead of an instance variable. Open
Open
@card.update! "+*email" => "joe@admin.com",
- Create a ticketCreate a ticket
- Exclude checks
Use let
instead of an instance variable. Open
Open
@card.update! "+*email" => "joe@admin.com",
- Create a ticketCreate a ticket
- Exclude checks
Use let
instead of an instance variable. Open
Open
expect(@format.render_raw).to match(/denied/)
- Create a ticketCreate a ticket
- Exclude checks