Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
drwl committed Dec 17, 2023
1 parent 9ab801a commit 1096af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/rails_generator_update_config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
changed_config_file = read(config_file).join("\n")

expect(last_command_started).to be_successfully_executed
expect(config_file_content).to eq(changed_config_file)
expect(config_file_content).not_to eq(changed_config_file)
end
end

0 comments on commit 1096af9

Please sign in to comment.