Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
robguthrie committed Apr 18, 2024
1 parent 087feb0 commit 18ec6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/api/v1/trials_controller_spec.rb
Expand Up @@ -18,7 +18,7 @@
group = user.adminable_groups.first
expect(group.name).to eq "Jim group"
expect(group.handle).to eq "jim-group"
expect(group.description).to eq "Make decisions"
expect(group.description).to include "Make decisions"
expect(group.category).to eq "boards"
end
end
Expand Down

0 comments on commit 18ec6be

Please sign in to comment.