spec/commands/story_open_spec.rb in pivotal-github-0.8.0 vs spec/commands/story_open_spec.rb in pivotal-github-0.8.1
- old
+ new
@@ -2,10 +2,10 @@
describe StoryOpen do
let(:command) { StoryOpen.new }
let(:uri) { "https://www.pivotaltracker.com/story/show/#{command.story_id}" }
- before { command.stub(:story_branch).and_return('6283185-tau-manifesto') }
+ before { command.stub(:story_branch).and_return('62831853-tau-manifesto') }
subject { command }
- its(:cmd) { should == "open #{uri}" }
+ its(:cmd) { should eq "open #{uri}" }
end
\ No newline at end of file