diff --git a/spec/assignment_spec.rb b/spec/assignment_spec.rb index 914dffe..caba951 100644 --- a/spec/assignment_spec.rb +++ b/spec/assignment_spec.rb @@ -3,7 +3,7 @@ describe "local variables" do it "should have a local scope" do # Define a local variable greeting and give it the value of Hello World - + greeting = "Hello World" expect(greeting).to eq("Hello World") end end \ No newline at end of file