diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-26 18:19:29 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-31 13:00:11 +0100 |
commit | 153c066d7870f11eaf15b0b96dc4b81ae5e53f92 (patch) | |
tree | fbb626dd109e5cea5adbdb446a4c4d756e064746 | |
parent | dev-ruby/haml: remove unused patch. (diff) | |
download | gentoo-153c066d7870f11eaf15b0b96dc4b81ae5e53f92.tar.gz gentoo-153c066d7870f11eaf15b0b96dc4b81ae5e53f92.tar.bz2 gentoo-153c066d7870f11eaf15b0b96dc4b81ae5e53f92.zip |
dev-ruby/little-plugger: remove unused patch.
Closes: https://github.com/gentoo/gentoo/pull/2417
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r-- | dev-ruby/little-plugger/files/little-plugger-1.1.3-ruby20-spec.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-ruby/little-plugger/files/little-plugger-1.1.3-ruby20-spec.patch b/dev-ruby/little-plugger/files/little-plugger-1.1.3-ruby20-spec.patch deleted file mode 100644 index 71b9611da1fc..000000000000 --- a/dev-ruby/little-plugger/files/little-plugger-1.1.3-ruby20-spec.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/spec/little-plugger_spec.rb 2013-12-03 19:30:13.104060898 +0000 -+++ b/spec/little-plugger_spec.rb 2013-12-03 19:31:18.716236041 +0000 -@@ -18,7 +18,7 @@ - it "generates a default plugin module" do - LittlePlugger.default_plugin_module('little_plugger').should be == LittlePlugger - lambda {LittlePlugger.default_plugin_module('little_plugger/plugins')}. -- should raise_error(NameError, 'uninitialized constant LittlePlugger::Plugins') -+ should raise_error(NameError, /uninitialized constant (LittlePlugger::)?Plugins/) - LittlePlugger.default_plugin_module('process/status').should be == Process::Status - end - end |