spec/commands_spec.rb in dev_commands-0.0.18 vs spec/commands_spec.rb in dev_commands-0.0.19

- old
+ new

@@ -4,10 +4,10 @@ it "should be able to automatically generate commands for a particular directory" do dir='spec/gem-example' expect(File.exists?("#{dir}/rakefile.rb")).to eq(true) Dir.chdir(dir) do - commands=Commands.new + commands=Commands.new expect(commands.has_key?(:pull)).to eq(true) commands[:pull].update expect(commands[:pull].length).to eq(0) end end \ No newline at end of file