File: rules

package info (click to toggle)
ruby-shoulda-context 1.0.0~beta1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 220 kB
  • sloc: ruby: 1,050; makefile: 3
file content (11 lines) | stat: -rwxr-xr-x 375 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# Ignore failure in ruby1.9.1 tests for now. Although shoulda-context does work
# with ruby1.9.1, its test suite depends heavily on the internals of
# Test::Unit, which was replaced by minitest in ruby1.9.1
#
# See details at https://github.com/thoughtbot/shoulda/issues/168
export DH_RUBY_IGNORE_TESTS=ruby1.9.1

%:
	dh $@ --buildsystem=ruby --with ruby