spec/commands/story_open_spec.rb in pivotal-github-0.6.14 vs spec/commands/story_open_spec.rb in pivotal-github-0.7.0
- old
+ new
@@ -6,11 +6,6 @@
let(:uri) { "https://www.pivotaltracker.com/story/show/#{command.story_id}" }
before { command.stub(:story_branch).and_return('6283185-tau-manifesto') }
subject { command }
its(:cmd) { should == "open #{uri}" }
-
- describe "command-line command" do
- subject { `bin/story-open --debug` }
- it { should =~ /open https:\/\/www.pivotaltracker.com\/story\/show/ }
- end
end
\ No newline at end of file