Skip to content

Commit

Permalink
feature specs
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoyoussef committed Nov 14, 2024
1 parent 50d5921 commit 6352b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/dummy/db/migrate/20241114165947_add_size_to_fishes.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AddSizeToFishes < ActiveRecord::Migration[8.0]
class AddSizeToFishes < ActiveRecord::Migration[6.1]
def change
add_column :fish, :size, :string
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "rails_helper"

RSpec.describe "RadioField", type: :system do
RSpec.describe "RadioField", type: :feature do
describe "when size is present" do
let!(:fish) { create :fish, size: "small" }

Expand Down

0 comments on commit 6352b0a

Please sign in to comment.