Skip to content

adding code to reverse#8

Open
asheshbyanju wants to merge 1 commit intomasterfrom
feature-ashesh
Open

adding code to reverse#8
asheshbyanju wants to merge 1 commit intomasterfrom
feature-ashesh

Conversation

@asheshbyanju
Copy link
Copy Markdown
Collaborator

seversed the array by removing d from reversed

Comment thread spec/tdd_example_spec.rb
describe '.reverse_string' do
it 'reverses the string passed' do
reversed_string = Reverser.reverse_string('hello world')
expect(reversed_string).to eql('dlrow olleh')
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants