Skip to content

Commit

Permalink
fixes deprecation inside ammeter
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroAugustoRamalhoDuarte committed Aug 16, 2024
1 parent 6ee565b commit 8062ba7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
describe "migration file" do
subject { migration_file("db/migrate/create_users.rb") }

it { is_expected.to exist }
it { is_expected.to be_a_migration }
end

describe "routes" do
Expand Down

0 comments on commit 8062ba7

Please sign in to comment.