Skip to content

Instantly share code, notes, and snippets.

@Drowze
Created August 21, 2019 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Drowze/d73fc62c4fd31d1cf6958b340900f723 to your computer and use it in GitHub Desktop.
Save Drowze/d73fc62c4fd31d1cf6958b340900f723 to your computer and use it in GitHub Desktop.
RSpec.describe 'Testing' do
it 'is flagged' do
x = []
expect { x.append(1) }.to change(x, :size)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment