We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba3073 commit 93ba7afCopy full SHA for 93ba7af
spec/lib/ruby_gnuplot/plot_spec.rb
@@ -113,7 +113,6 @@
113
plot.title 'My Title'
114
end
115
116
- # TODO: check specification
117
it 'changes value in current settings' do
118
expect { plot.unset 'title' }
119
.to change { plot['title'] }
@@ -151,7 +150,6 @@
151
150
plot.title "My New Title"
152
153
154
155
it "returns the last value set" do
156
expect(plot['title']).to eq('"My New Title"')
157
@@ -163,7 +161,6 @@
163
161
plot.unset "title"
164
162
165
166
167
it { expect(plot['title']).to be_nil }
168
169
@@ -174,7 +171,6 @@
174
171
175
172
176
173
177
178
179
180
0 commit comments